Update dashboard arm links to subdashboards
cgen-13331280b93e4bc0b6f970fc3a3d58ce
This commit is contained in:
parent
bff6804eef
commit
7f9fc7b988
1 changed files with 7 additions and 7 deletions
|
|
@ -45,7 +45,7 @@ const ARMS = [
|
|||
id: "staff",
|
||||
label: "Staff",
|
||||
color: "#7c3aed",
|
||||
href: "/staff",
|
||||
href: "/staff/dashboard",
|
||||
icon: Shield,
|
||||
description: "Operations & Administration",
|
||||
bgGradient: "from-purple-500/20 to-purple-900/20",
|
||||
|
|
@ -55,7 +55,7 @@ const ARMS = [
|
|||
id: "labs",
|
||||
label: "Labs",
|
||||
color: "#FBBF24",
|
||||
href: "/labs",
|
||||
href: "/dashboard/labs",
|
||||
icon: Code,
|
||||
description: "Research & Development",
|
||||
bgGradient: "from-amber-500/20 to-amber-900/20",
|
||||
|
|
@ -65,7 +65,7 @@ const ARMS = [
|
|||
id: "gameforge",
|
||||
label: "GameForge",
|
||||
color: "#22C55E",
|
||||
href: "/gameforge",
|
||||
href: "/dashboard/gameforge",
|
||||
icon: Rocket,
|
||||
description: "Game Development",
|
||||
bgGradient: "from-green-500/20 to-green-900/20",
|
||||
|
|
@ -75,7 +75,7 @@ const ARMS = [
|
|||
id: "corp",
|
||||
label: "Corp",
|
||||
color: "#3B82F6",
|
||||
href: "/corp",
|
||||
href: "/hub/client",
|
||||
icon: Users,
|
||||
description: "Business & Consulting",
|
||||
bgGradient: "from-blue-500/20 to-blue-900/20",
|
||||
|
|
@ -85,7 +85,7 @@ const ARMS = [
|
|||
id: "foundation",
|
||||
label: "Foundation",
|
||||
color: "#EF4444",
|
||||
href: "/foundation",
|
||||
href: "/dashboard/foundation",
|
||||
icon: Trophy,
|
||||
description: "Education & Mentorship",
|
||||
bgGradient: "from-red-500/20 to-red-900/20",
|
||||
|
|
@ -95,7 +95,7 @@ const ARMS = [
|
|||
id: "devlink",
|
||||
label: "Dev-Link",
|
||||
color: "#06B6D4",
|
||||
href: "/dev-link",
|
||||
href: "/dashboard/dev-link",
|
||||
icon: Database,
|
||||
description: "Developer Network",
|
||||
bgGradient: "from-cyan-500/20 to-cyan-900/20",
|
||||
|
|
@ -105,7 +105,7 @@ const ARMS = [
|
|||
id: "nexus",
|
||||
label: "Nexus",
|
||||
color: "#A855F7",
|
||||
href: "/nexus",
|
||||
href: "/dashboard/nexus",
|
||||
icon: Sparkles,
|
||||
description: "Talent Marketplace",
|
||||
bgGradient: "from-purple-500/20 to-fuchsia-900/20",
|
||||
|
|
|
|||
Loading…
Reference in a new issue