From fd0f262de6de96a2d105e66ee8608173fa4ea2f8 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 04:52:14 +0000 Subject: [PATCH] completionId: cgen-2850f25580f84ce9a4f15aee6c54c24c cgen-2850f25580f84ce9a4f15aee6c54c24c --- client/components/ArmSwitcher.tsx | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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) => ( + + ))}