From 68efec0ec4bc5e53539f0b7e94d302a59fe8af5b Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Thu, 16 Nov 2023 14:32:46 +0200 Subject: [PATCH] navbar cols --- src/app/components/navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}