Add Projects page to user navigation menu
cgen-8563cb8e8dd44d2791c01bbb00facd73
This commit is contained in:
parent
ba3dc42155
commit
523cb2ce65
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
{ name: "Feed", href: "/feed" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Roadmap", href: "/roadmap" },
|
||||
{ name: "Projects", href: "/projects" },
|
||||
{ name: "Developers", href: "/developers" },
|
||||
{ name: "Opportunities", href: "/opportunities" },
|
||||
{ name: "Home", href: "/" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue