diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx
index 1e7ae0d..1891778 100644
--- a/frontend/src/components/Navbar.tsx
+++ b/frontend/src/components/Navbar.tsx
@@ -47,20 +47,27 @@ export function Navbar() {
-
-

+
+
TimeTracker
-
-
+
+
{/* Main Navigation Items */}
{mainNavItems.map((item) => (
- `inline-flex items-center px-3 py-2 text-sm font-medium rounded-md transition-colors ${
+ `inline-flex items-center px-3 py-2 text-sm font-medium rounded-md transition-colors h-min ${
isActive
? "text-primary-600 bg-primary-50"
: "text-gray-600 hover:text-gray-900 hover:bg-gray-50"