From e7ec56d892c038b71cf8b7ba4a8102d894dd9182 Mon Sep 17 00:00:00 2001 From: sky-ash <5kyl3r@proton.me> Date: Mon, 4 Nov 2024 02:08:09 +0100 Subject: [PATCH] Update Navigation.jsx --- src/components/Navigation.jsx | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) 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 (