From ce36b5a2532510e37527908439ff2758a0b56873 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 04:55:01 +0000 Subject: [PATCH] completionId: cgen-00b3f8633ef348668534b5d49d988079 cgen-00b3f8633ef348668534b5d49d988079 --- client/components/ArmSwitcher.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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 */}