From efff465a862ec1a55d58251687dfc2346a76b9bf Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Feb 2026 21:22:57 -0500 Subject: [PATCH] style: center navigation bar to match rest of app layout Changed navigation layout from spread (justify-between) to centered: - Logo positioned absolutely on the left - Navigation menu centered with mx-auto - Right actions positioned absolutely on the right - Container uses justify-center for proper centering --- components/navigation/app-navigation.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/navigation/app-navigation.tsx b/components/navigation/app-navigation.tsx index 3be9dbf..73c19e0 100644 --- a/components/navigation/app-navigation.tsx +++ b/components/navigation/app-navigation.tsx @@ -95,10 +95,10 @@ export function AppNavigation() { return (
-
-
+
+
{/* Logo and App Name */} - +
@@ -111,7 +111,7 @@ export function AppNavigation() { {/* Main Navigation */} - + {navigationItems.map((item) => ( @@ -170,7 +170,7 @@ export function AppNavigation() { {/* Right Side Actions */} -
+