diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 35b3e531..7c8c7816 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -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 = {