diff --git a/app/components/Navbar/Navbar.tsx b/app/components/Navbar/Navbar.tsx index 3477707..20bce24 100644 --- a/app/components/Navbar/Navbar.tsx +++ b/app/components/Navbar/Navbar.tsx @@ -19,6 +19,7 @@ export const Navbar = () => { iconActive: "material-symbols--home", title: "Домашняя", href: "/", + categoryHref: "/home", withAuthOnly: false, mobileMenu: false, }, @@ -89,12 +90,20 @@ export const Navbar = () => { > {link.title} @@ -154,14 +163,20 @@ export const Navbar = () => { > {link.title}