From e029d27706a9102fb53c80f91b7d7685d5540b5e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 22:29:03 +0000 Subject: [PATCH] Update navigation labels to Developers cgen-3a332fcbb0d443988c6f0a6a71fd5523 --- client/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },