diff --git a/app/_components/NavigationBar.tsx b/app/_components/NavigationBar.tsx index 8b1e89a..e4fcb9f 100644 --- a/app/_components/NavigationBar.tsx +++ b/app/_components/NavigationBar.tsx @@ -5,10 +5,15 @@ import { usePathname } from "next/navigation"; const NavigationBar = () => { const pathname = usePathname(); return ( -