diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 5a7fba63..731f6654 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -128,9 +128,9 @@ export default function ArmSwitcher() { ))} - {/* Tablet Version - Spaced Horizontal Layout (md to lg) */} -
- {ARMS.slice(0, 5).map((arm) => ( + {/* Tablet Version - Show all arms (md to lg) */} +
+ {ARMS.map((arm) => ( ))} -
{/* Mobile Version - Use main logo button for arm selection */}