diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx index 4387009..36c35d1 100644 --- a/src/components/Navigation.jsx +++ b/src/components/Navigation.jsx @@ -17,21 +17,12 @@ export default function Navigation() { const location = useLocation(); if (location.pathname === '/') { return ( - - - - - + - - - - + ); } else if (location.pathname === '/path') { return (