diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 5b715f6e..c688b4e6 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -106,7 +106,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { { name: "Roadmap", href: "/roadmap" }, { name: "Projects", href: "/projects" }, { name: "Developers", href: "/developers" }, + { name: "Creators", href: "/creators" }, { name: "Opportunities", href: "/opportunities" }, + { name: "My Applications", href: "/profile/applications" }, { name: "Home", href: "/" }, { name: "About", href: "/about" }, { name: "Contact", href: "/contact" },