From b0f1cbc7b1a748823223b3d151ab8391da72e6ab Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 05:01:29 +0000 Subject: [PATCH] Remove ArmSwitcherModal implementation cgen-5d0676f5f3d743cca4d217fdff95e8b9 --- client/components/ArmSwitcher.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 44a4e509..6243100c 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -156,26 +156,6 @@ export default function ArmSwitcher() { ))} - {/* Mobile Version - Full-screen Modal (< md) */} -
- - - {/* Full-screen Modal */} - setIsModalOpen(false)} - /> -
); }