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} - - ))} - - */}