diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 2c62b210..e43550b7 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -130,7 +130,7 @@ export default function ArmSwitcher() { {/* Tablet Version - Spaced Horizontal Layout (md to lg) */}
- {ARMS.map((arm) => ( + {ARMS.slice(0, 5).map((arm) => ( ))} + +
+ + {/* Mobile Version - Compact */} +
+
);