Add Dev-Link to ArmSwitcher

cgen-4587d864ab174ccab95f1ea8655dd634
This commit is contained in:
Builder.io 2025-11-06 18:51:15 +00:00
parent 20abfc7704
commit 2072af5e70

View file

@ -49,6 +49,15 @@ const ARMS: Arm[] = [
textColor: "text-red-400",
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() {