fixed hamburger menu

This commit is contained in:
Yanatchara JERAJA 2023-07-16 09:47:10 +07:00
parent 566c278b91
commit b964806774

View File

@ -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>