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