Replace remote with local repo
This commit is contained in:
@@ -9,6 +9,7 @@ export const SITE_NAV_GROUPS: SiteNavGroup[] = [
|
||||
title: "Hub & account",
|
||||
items: [
|
||||
{ label: "Hub", href: "/", icon: "⌂" },
|
||||
{ label: "Master directory", href: "/directory", icon: "🧭" },
|
||||
{ label: "Dashboard", href: "/dashboard", icon: "📊" },
|
||||
{ label: "Sign in", href: "/sign-in", icon: "🔑" },
|
||||
{ label: "Register", href: "/sign-up", icon: "✎" },
|
||||
@@ -50,6 +51,18 @@ export const SITE_NAV_GROUPS: SiteNavGroup[] = [
|
||||
{ label: "Barter", href: "/barter", icon: "♻️" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "VOID Tools & Labs",
|
||||
items: [
|
||||
{ label: "VOID Tools (unlock)", href: "/tools", icon: "🔓" },
|
||||
{ label: "Void Labs", href: "/labs", icon: "🧪" },
|
||||
{ label: "Cipher Academy", href: "/academy", icon: "🎓" },
|
||||
{ label: "The Codex", href: "/codex", icon: "📖" },
|
||||
{ label: "The Oracle", href: "/oracle", icon: "🔮" },
|
||||
{ label: "The Nexus", href: "/nexus", icon: "🕸️" },
|
||||
{ label: "DarkHost", href: "/hosting", icon: "🖥️" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Intel & tools",
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user