Add Projects page to navigation menus
cgen-1ed6d8afb7d54c7ea2952388a8b00808
This commit is contained in:
parent
02f03eb3d5
commit
ba3dc42155
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue