Remove Staff/Admin arm from ArmSwitcher
cgen-d1cb2a6e03464301bd9bcc405d49149c
This commit is contained in:
parent
4b5cd45762
commit
6e296b3dd5
1 changed files with 0 additions and 9 deletions
|
|
@ -12,15 +12,6 @@ interface Arm {
|
|||
}
|
||||
|
||||
const ARMS: Arm[] = [
|
||||
{
|
||||
id: "staff",
|
||||
name: "AeThex | Admin",
|
||||
label: "Admin",
|
||||
color: "#7c3aed",
|
||||
bgColor: "bg-purple-500/20",
|
||||
textColor: "text-purple-400",
|
||||
href: "/admin",
|
||||
},
|
||||
{
|
||||
id: "labs",
|
||||
name: "AeThex | Labs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue