From 4a545b5f5caa39c9b50f2ed627f3b02c8be560c6 Mon Sep 17 00:00:00 2001 From: lorentz Date: Wed, 4 Feb 2026 09:00:33 -0500 Subject: [PATCH] fix: use container class to align navigation with dashboard cards - Changed from max-w-6xl to container mx-auto - Restored left-4 and right-4 positioning for logo and theme toggle - Navigation edges now align perfectly with dashboard card edges - Matches the same container padding used throughout the app --- components/navigation/app-navigation.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/navigation/app-navigation.tsx b/components/navigation/app-navigation.tsx index 21e7d37..ac6c958 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 */} - + Wulf Consulting {/* Right Side Actions */} -
+