Landing page - new design implementation #122

Merged
b merged 45 commits from issue-21 into staging 2024-07-31 13:06:58 +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%',