diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 555c09c7..3ae5c903 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -216,124 +216,6 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { {/* Auth Section */}
-
- - - - - - - Navigate AeThex - - Access any section without leaving your flow. - - - - {/* Mobile Arm Switcher */} -
-

- Arms -

-
- -
-
- - -
- {loading ? ( -
-
-
-
- ) : user ? ( - <> - - - Go to Dashboard - - - - - View Profile - - - - - Account Settings - - - - - - - ) : ( - <> - - - Join AeThex - - - - - Sign In - - - - )} -
- - -
{!loading && ( <> {user ? (