From 915ba5d8155e05c6bd1f9f0d34035717e27abe40 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 04:48:28 +0000 Subject: [PATCH] completionId: cgen-9606a97a28934b6190555be1e37b1b60 cgen-9606a97a28934b6190555be1e37b1b60 --- client/components/ArmSwitcher.tsx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 */} +
+
);