From aa11c03529dfc433d196aa54f74a00450823b9bf Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 04:09:07 +0000 Subject: [PATCH] Add Opportunities to navigation cgen-2ed9ce1415af484480c47369e15bfd5e --- client/components/Layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index fade2829..e5ba5c47 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -44,6 +44,7 @@ export default function CodeLayout({ children }: LayoutProps) { { name: "Get Started", href: "/onboarding" }, { name: "Engage", href: "/engage" }, { name: "Developers", href: "/developers" }, + { name: "Opportunities", href: "/opportunities" }, { name: "About", href: "/about" }, { name: "Contact", href: "/contact" }, ]; @@ -53,6 +54,7 @@ export default function CodeLayout({ children }: LayoutProps) { { name: "Feed", href: "/feed" }, { name: "Engage", href: "/engage" }, { name: "Developers", href: "/developers" }, + { name: "Opportunities", href: "/opportunities" }, { name: "Home", href: "/" }, { name: "About", href: "/about" }, { name: "Contact", href: "/contact" },