Add Opportunities to navigation
cgen-2ed9ce1415af484480c47369e15bfd5e
This commit is contained in:
parent
40abca5df9
commit
aa11c03529
1 changed files with 2 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue