From cff1fd60657b8e565197105b9c6b0a86adfe10cb Mon Sep 17 00:00:00 2001 From: Sebastian Moder Date: Thu, 21 Nov 2024 19:58:02 +0100 Subject: [PATCH] Simplify Navigation component styles --- components/Navigation.tsx | 65 ++++----------------------------------- 1 file changed, 6 insertions(+), 59 deletions(-) diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 578f98b..9595c2f 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -46,31 +46,24 @@ function ResponsiveAppBar() { }; return ( - + + {/* Logo for Desktop */} + className="hidden md:flex font-mono font-bold tracking-wider text-white no-underline hover:opacity-90 mr-4"> PATHFINDER + {/* Mobile Navigation Menu */}
))} - {/* - {pages.map((page) => ( - - ))} - */} - - {/* - - - - - - - {settings.map((setting) => ( - - {setting} - - ))} - - */}