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