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