completionId: cgen-f2e0d9ac0cf24383b354b676dc0b55a3
cgen-f2e0d9ac0cf24383b354b676dc0b55a3
This commit is contained in:
parent
efe49deb81
commit
c16c0fa2ea
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Roadmap", href: "/roadmap" },
|
||||
{ name: "Projects", href: "/projects" },
|
||||
{ name: "Teams", href: "/teams" },
|
||||
{ name: "Squads", href: "/squads" },
|
||||
{ name: "Mentee Hub", href: "/mentee-hub" },
|
||||
{ name: "Directory", href: "/directory" },
|
||||
{ name: "Developers", href: "/developers" },
|
||||
{ name: "Opportunities", href: "/opportunities" },
|
||||
|
|
@ -57,6 +60,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
const userNavigation = [
|
||||
{ name: "Dashboard", href: "/dashboard" },
|
||||
{ name: "Realms", href: "/realms" },
|
||||
{ name: "Teams", href: "/teams" },
|
||||
{ name: "Squads", href: "/squads" },
|
||||
{ name: "Mentee Hub", href: "/mentee-hub" },
|
||||
{ name: "Feed", href: "/feed" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Roadmap", href: "/roadmap" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue