From 466a6369da342cf44bb97cbb4c2bf2b8ef497be3 Mon Sep 17 00:00:00 2001 From: Nazire Date: Wed, 15 May 2024 16:48:15 +0300 Subject: [PATCH] added changes to navbar --- frontend/src/components/NavbarLayout.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/NavbarLayout.tsx b/frontend/src/components/NavbarLayout.tsx index 0d93fb4a..2bfcc243 100644 --- a/frontend/src/components/NavbarLayout.tsx +++ b/frontend/src/components/NavbarLayout.tsx @@ -34,7 +34,6 @@ const links = [{ name: "Home", path: "/" }] as const; export const NavbarLayout = () => { const fetcher = useFetcher(); const isAuthenticated = !!useAuthStore().token; - const navigate = useNavigate(); const navigation = useNavigation(); return ( @@ -126,6 +125,13 @@ export const NavbarLayout = () => { + + + + Bookmarks + + +