diff --git a/components/Navigation.tsx b/components/Navigation.tsx
index c6db94f..5668a9a 100644
--- a/components/Navigation.tsx
+++ b/components/Navigation.tsx
@@ -49,7 +49,7 @@ function ResponsiveAppBar() {
variant="h5"
component={Link}
href="/"
- className="hidden md:flex font-mono font-bold tracking-wider text-white no-underline hover:opacity-90 mr-2">
+ className="hidden md:flex font-mono font-bold tracking-wider text-white no-underline hover:opacity-90 mr-4">
PATHFINDER
@@ -97,6 +97,7 @@ function ResponsiveAppBar() {
))}
+
{/* Logo for Mobile */}
PATHFINDER
+
{/* Desktop Navigation Menu */}