From 0d9c93f93d0b1a6c42b7ff39289cf98487f8ab08 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 04:44:13 +0000 Subject: [PATCH] completionId: cgen-d2a37e32bcf24f42b7365e069d0faa50 cgen-d2a37e32bcf24f42b7365e069d0faa50 --- client/components/ArmSwitcher.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index d1bec986..32d55c49 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -137,17 +137,11 @@ 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.id === "corp" ? ( -
- -
- ) : ( - {arm.label} - )} + {arm.label} {/* Tooltip */}