diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 1bc22809..ce317586 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -146,70 +146,25 @@ export default function ArmSwitcher() { ))} - {/* Mobile Version - Expandable Icon (< md) */} -
+ {/* Mobile Version - Full-screen Modal (< md) */} +
- {/* Expanded Mobile Menu */} - {isExpanded && ( - <> - {/* Backdrop */} -
setIsExpanded(false)} - /> - - {/* Expanded Arms Menu */} -
-
- {ARMS.map((arm) => ( - - ))} -
-
- - )} + {/* Full-screen Modal */} + setIsModalOpen(false)} + />