diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 6075a312..47ca66fd 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -43,7 +43,7 @@ export default function CodeLayout({ children }: LayoutProps) { { name: "Home", href: "/" }, { name: "Get Started", href: "/onboarding" }, { name: "Engage", href: "/engage" }, - { name: "Profiles", href: "/profiles" }, + { name: "Developers", href: "/developers" }, { name: "About", href: "/about" }, { name: "Contact", href: "/contact" }, ]; @@ -52,7 +52,7 @@ export default function CodeLayout({ children }: LayoutProps) { { name: "Dashboard", href: "/dashboard" }, { name: "Feed", href: "/feed" }, { name: "Engage", href: "/engage" }, - { name: "Profiles", href: "/profiles" }, + { name: "Developers", href: "/developers" }, { name: "Home", href: "/" }, { name: "About", href: "/about" }, { name: "Contact", href: "/contact" },