diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index e43550b7..258b4db2 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -158,14 +158,28 @@ export default function ArmSwitcher() { - {/* Mobile Version - Compact */} -
+ {/* Mobile Version - Show first 3 arms + view all */} +
+ {ARMS.slice(0, 3).map((arm) => ( + + ))}