From c23c0a7ebcafb56614f5a5473cbc233e62a42672 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 7 Nov 2025 20:48:07 +0000 Subject: [PATCH] completionId: cgen-5f32e57bd7a34fd683282342c337fd35 cgen-5f32e57bd7a34fd683282342c337fd35 --- client/components/Layout.tsx | 108 +++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index b45da326..80540d7c 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -205,6 +205,114 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { {/* Auth Section */}
+
+ + + + + + + Navigate AeThex + + Access any section without leaving your flow. + + + + +
+ {loading ? ( +
+
+
+
+ ) : user ? ( + <> + + + Go to Dashboard + + + + + View Profile + + + + + Account Settings + + + + + + + ) : ( + <> + + + Join AeThex + + + + + Sign In + + + + )} +
+ + +
{!loading && ( <> {user ? (