From 759bac69d8983e7f248a07cb2dd9731e5954cd4f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 20:07:46 +0000 Subject: [PATCH] Use different navigation based on user login status cgen-b9cb090a46414f32872b006ac9c18f09 --- client/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index b9efc7fe..a4329bf9 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -60,7 +60,7 @@ export default function Layout({ children }: LayoutProps) { {/* Navigation */}