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 +