Add 'Directory' to nav

cgen-f507e775c7994329b6929cc82f6c2c17
This commit is contained in:
Builder.io 2025-10-19 03:20:35 +00:00
parent 86cc1d305c
commit cbda3389fd

View file

@ -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" },