diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 258b4db2..5a7fba63 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -158,30 +158,8 @@ export default function ArmSwitcher() { - {/* Mobile Version - Show first 3 arms + view all */} -
- {ARMS.slice(0, 3).map((arm) => ( - - ))} - -
+ {/* Mobile Version - Use main logo button for arm selection */} + {/* Arm selection handled by main logo in Layout.tsx */} ); }