From b8dbf10fa51ad4205d092b73eeb07cc7c6fd3f70 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 27 Sep 2025 21:04:52 +0000 Subject: [PATCH] Inject Admin link to nav when owner logged in cgen-5fdcc739331d424e91bf2f4ce9fa4aba --- client/components/Layout.tsx | 42 ++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 279049b1..3981260b 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -60,24 +60,30 @@ export default function Layout({ children }: LayoutProps) { {/* Navigation */} {/* Auth Section */}