completionId: cgen-804b11d033f84aecbe228fe79ac01cab
cgen-804b11d033f84aecbe228fe79ac01cab
This commit is contained in:
parent
45326d2d85
commit
6ae8a34ab5
1 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,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