completionId: cgen-3c8b7cb223d34a98b107749b391de620
cgen-3c8b7cb223d34a98b107749b391de620
This commit is contained in:
parent
df2bdc7483
commit
e093ac0fdc
1 changed files with 30 additions and 30 deletions
|
|
@ -13,13 +13,13 @@ interface Arm {
|
|||
|
||||
const ARMS: Arm[] = [
|
||||
{
|
||||
id: "staff",
|
||||
name: "AeThex | Staff",
|
||||
label: "Staff",
|
||||
color: "#7c3aed",
|
||||
bgColor: "bg-purple-500/20",
|
||||
textColor: "text-purple-400",
|
||||
href: "/staff",
|
||||
id: "gameforge",
|
||||
name: "AeThex | GameForge",
|
||||
label: "GameForge",
|
||||
color: "#22C55E",
|
||||
bgColor: "bg-green-500/20",
|
||||
textColor: "text-green-400",
|
||||
href: "/gameforge",
|
||||
},
|
||||
{
|
||||
id: "labs",
|
||||
|
|
@ -31,22 +31,13 @@ const ARMS: Arm[] = [
|
|||
href: "/labs",
|
||||
},
|
||||
{
|
||||
id: "gameforge",
|
||||
name: "AeThex | GameForge",
|
||||
label: "GameForge",
|
||||
color: "#22C55E",
|
||||
bgColor: "bg-green-500/20",
|
||||
textColor: "text-green-400",
|
||||
href: "/gameforge",
|
||||
},
|
||||
{
|
||||
id: "corp",
|
||||
name: "AeThex | Corp",
|
||||
label: "Corp",
|
||||
color: "#3B82F6",
|
||||
bgColor: "bg-blue-500/20",
|
||||
textColor: "text-blue-400",
|
||||
href: "/corp",
|
||||
id: "devlink",
|
||||
name: "AeThex | Dev-Link",
|
||||
label: "Dev-Link",
|
||||
color: "#06B6D4",
|
||||
bgColor: "bg-cyan-500/20",
|
||||
textColor: "text-cyan-400",
|
||||
href: "/dev-link",
|
||||
},
|
||||
{
|
||||
id: "foundation",
|
||||
|
|
@ -58,13 +49,13 @@ const ARMS: Arm[] = [
|
|||
href: "/foundation",
|
||||
},
|
||||
{
|
||||
id: "devlink",
|
||||
name: "AeThex | Dev-Link",
|
||||
label: "Dev-Link",
|
||||
color: "#06B6D4",
|
||||
bgColor: "bg-cyan-500/20",
|
||||
textColor: "text-cyan-400",
|
||||
href: "/dev-link",
|
||||
id: "corp",
|
||||
name: "AeThex | Corp",
|
||||
label: "Corp",
|
||||
color: "#3B82F6",
|
||||
bgColor: "bg-blue-500/20",
|
||||
textColor: "text-blue-400",
|
||||
href: "/corp",
|
||||
},
|
||||
{
|
||||
id: "nexus",
|
||||
|
|
@ -75,6 +66,15 @@ const ARMS: Arm[] = [
|
|||
textColor: "text-purple-400",
|
||||
href: "/nexus",
|
||||
},
|
||||
{
|
||||
id: "staff",
|
||||
name: "AeThex | Staff",
|
||||
label: "Staff",
|
||||
color: "#7c3aed",
|
||||
bgColor: "bg-purple-500/20",
|
||||
textColor: "text-purple-400",
|
||||
href: "/staff",
|
||||
},
|
||||
];
|
||||
|
||||
const LOGO_URLS: Record<string, string> = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue