Add Dev-Link to ArmSwitcher
cgen-4587d864ab174ccab95f1ea8655dd634
This commit is contained in:
parent
20abfc7704
commit
2072af5e70
1 changed files with 9 additions and 0 deletions
|
|
@ -49,6 +49,15 @@ const ARMS: Arm[] = [
|
||||||
textColor: "text-red-400",
|
textColor: "text-red-400",
|
||||||
href: "/community",
|
href: "/community",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "devlink",
|
||||||
|
name: "Dev-Link",
|
||||||
|
label: "Dev-Link",
|
||||||
|
color: "#06B6D4",
|
||||||
|
bgColor: "bg-cyan-500/20",
|
||||||
|
textColor: "text-cyan-400",
|
||||||
|
href: "/dev-link",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function ArmSwitcher() {
|
export default function ArmSwitcher() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue