diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx
index 5b6694b3..c21dddbc 100644
--- a/client/components/Layout.tsx
+++ b/client/components/Layout.tsx
@@ -231,46 +231,24 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
{loading ? (
-
+
) : user ? (
<>
- Go to Dashboard
-
-
-
-
- View Profile
-
-
-
-
- Account Settings
+ Dashboard
@@ -281,7 +259,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
Join AeThex
@@ -290,7 +268,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
Sign In