diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index 3108e07f..c9ce3830 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -8,8 +8,8 @@ function Logo() { return ( - - + + ); } @@ -19,23 +19,25 @@ export function Navbar() { const location = useLocation(); return ( -