Add 'Directory' to nav
cgen-f507e775c7994329b6929cc82f6c2c17
This commit is contained in:
parent
86cc1d305c
commit
cbda3389fd
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Roadmap", href: "/roadmap" },
|
||||
{ name: "Projects", href: "/projects" },
|
||||
{ name: "Directory", href: "/directory" },
|
||||
{ name: "Developers", href: "/developers" },
|
||||
{ name: "Opportunities", href: "/opportunities" },
|
||||
{ name: "About", href: "/about" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue