From 5ca21faa4b3051e9af1ca6b58cc292447d810d19 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 07:28:04 +0000 Subject: [PATCH] Replace mobile menu with full-screen modal cgen-573df9f930a04cb5b0a87d62a3e729b0 --- client/components/ArmSwitcher.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 3eefce94..1bc22809 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -87,6 +87,7 @@ export default function ArmSwitcher() { const navigate = useNavigate(); const [isExpanded, setIsExpanded] = useState(false); const [scrollPosition, setScrollPosition] = useState(0); + const [isModalOpen, setIsModalOpen] = useState(false); const handleArmClick = (href: string) => { navigate(href);