From ba3dc42155e55f285428f52a8d178e31493dfbb0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 02:22:32 +0000 Subject: [PATCH] Add Projects page to navigation menus cgen-1ed6d8afb7d54c7ea2952388a8b00808 --- client/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 4c53053c..c8e88c05 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -46,6 +46,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { { name: "Get Started", href: "/onboarding" }, { name: "Engage", href: "/engage" }, { name: "Roadmap", href: "/roadmap" }, + { name: "Projects", href: "/projects" }, { name: "Developers", href: "/developers" }, { name: "Opportunities", href: "/opportunities" }, { name: "About", href: "/about" },