diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 8c1565a1..4c9394a4 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -136,11 +136,15 @@ export default function ArmSwitcher() { className={`absolute inset-0 rounded-lg ${arm.bgColor} opacity-0 group-hover:opacity-100 transition-opacity duration-200`} /> - {arm.label} + {arm.id === "corp" ? ( + + ) : ( + {arm.label} + )} {/* Tooltip */}