From 6b776ef2994680ad7beafea89815b8c257406bde Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 04:53:07 +0000 Subject: [PATCH] completionId: cgen-586b29af9feb4ba7859cb980933c019a cgen-586b29af9feb4ba7859cb980933c019a --- client/components/ArmSwitcher.tsx | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 258b4db2..5a7fba63 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -158,30 +158,8 @@ export default function ArmSwitcher() { - {/* Mobile Version - Show first 3 arms + view all */} -
- {ARMS.slice(0, 3).map((arm) => ( - - ))} - -
+ {/* Mobile Version - Use main logo button for arm selection */} + {/* Arm selection handled by main logo in Layout.tsx */} ); }