From 3b055c0f0f29915836f24e5079232833e7659a4c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 04:43:10 +0000 Subject: [PATCH] completionId: cgen-caa686ecb7f142f289cda9295a63ecd8 cgen-caa686ecb7f142f289cda9295a63ecd8 --- client/components/ArmSwitcher.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 8c1565a1..4c9394a4 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -136,11 +136,15 @@ export default function ArmSwitcher() { className={`absolute inset-0 rounded-lg ${arm.bgColor} opacity-0 group-hover:opacity-100 transition-opacity duration-200`} /> - {arm.label} + {arm.id === "corp" ? ( + + ) : ( + {arm.label} + )} {/* Tooltip */}