From 6a97cee726e2efbb62cbe4839d611a1ce6051478 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 27 Sep 2025 21:33:32 +0000 Subject: [PATCH] Update Layout user nav to remove Profile and fix dropdown link cgen-0d9c4c0f94354a4fa626b959075f012c --- client/components/Layout.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 2028e9c7..33cb0f26 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -30,7 +30,6 @@ export default function Layout({ children }: LayoutProps) { const userNavigation = [ { name: "Dashboard", href: "/dashboard" }, - { name: "Profile", href: "/profile" }, { name: "Home", href: "/" }, { name: "About", href: "/about" }, { name: "Contact", href: "/contact" }, @@ -140,10 +139,10 @@ export default function Layout({ children }: LayoutProps) { - - - Profile Settings - + + + Settings +