From 2072af5e70270e8e87b3f3fcb956941bc943f55e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 18:51:15 +0000 Subject: [PATCH] Add Dev-Link to ArmSwitcher cgen-4587d864ab174ccab95f1ea8655dd634 --- client/components/ArmSwitcher.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index bd1a80d6..8580bb60 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -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() {