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