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 */}