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