Add Staff arm to ArmSwitcher
cgen-7758ec3d8cb34c1dba91e66d5aac165f
This commit is contained in:
parent
4780f26838
commit
139d2442d5
1 changed files with 9 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue