Insert Roadmap into header navigation and userNavigation
cgen-f97a331f7ad84929873f97ec6a50bda3
This commit is contained in:
parent
14276cba04
commit
9658d3361b
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
{ name: "Realms", href: "/realms" },
|
||||
{ name: "Get Started", href: "/onboarding" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Roadmap", href: "/roadmap" },
|
||||
{ name: "Developers", href: "/developers" },
|
||||
{ name: "Opportunities", href: "/opportunities" },
|
||||
{ name: "About", href: "/about" },
|
||||
|
|
@ -56,6 +57,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
{ name: "Realms", href: "/realms" },
|
||||
{ name: "Feed", href: "/feed" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Roadmap", href: "/roadmap" },
|
||||
{ name: "Developers", href: "/developers" },
|
||||
{ name: "Opportunities", href: "/opportunities" },
|
||||
{ name: "Home", href: "/" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue