From 9c644281d7552ff33ce38b5ef80f4304e5018468 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 04:43:13 +0000 Subject: [PATCH] completionId: cgen-088bf40deaa34aab951cc9ffd0708631 cgen-088bf40deaa34aab951cc9ffd0708631 --- client/components/ArmSwitcher.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 4c9394a4..b635908a 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -163,11 +163,17 @@ export default function ArmSwitcher() { className="group relative h-11 w-11 flex items-center justify-center rounded-lg hover:scale-110 transition-transform duration-200 flex-shrink-0" title={arm.name} > - {arm.label} + {arm.id === "corp" ? ( +
+ +
+ ) : ( + {arm.label} + )} {/* Tooltip */}