Releasing new design #161

Merged
b merged 241 commits from staging into main 2024-08-21 11:38:25 +00:00
Showing only changes of commit c7dfb2864a - Show all commits

View File

@ -79,11 +79,10 @@ export const Modal = () => {
<ul>
{tabs.map((t) => {
return (
<li>
<li key={t.to}>
<Button
component={Link}
to={t.to}
key={t.to}
sx={{
width: '100%',
height: '100%',