Add Projects page to navigation menus

cgen-1ed6d8afb7d54c7ea2952388a8b00808
This commit is contained in:
Builder.io 2025-10-19 02:22:32 +00:00
parent 02f03eb3d5
commit ba3dc42155

View file

@ -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" },