mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 04:34:06 +01:00
fixed hamburger menu
This commit is contained in:
parent
566c278b91
commit
b964806774
@ -88,7 +88,7 @@ const Navbar = () => {
|
|||||||
setActive(nav.title);
|
setActive(nav.title);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<a href={`#${nav.id}`}>{nav.title}</a>
|
<a href={`/${nav.id}`}>{nav.title}</a>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user