diff --git a/src/app/components/navbar.tsx b/src/app/components/navbar.tsx index 822cd42..20638e3 100644 --- a/src/app/components/navbar.tsx +++ b/src/app/components/navbar.tsx @@ -6,8 +6,8 @@ const Navbar = () => { const path = usePathname() const link = (text: string, href: string) => { return ( - -
+ +
{text}