Add Staff arm to ArmSwitcher

cgen-7758ec3d8cb34c1dba91e66d5aac165f
This commit is contained in:
Builder.io 2025-11-10 04:49:02 +00:00
parent 4780f26838
commit 139d2442d5

View file

@ -14,6 +14,15 @@ 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: "labs",
name: "AeThex | Labs",