diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 357c694a..c682cee7 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -74,6 +74,7 @@ const LOGO_URLS: Record = { export default function ArmSwitcher() { const navigate = useNavigate(); const [isExpanded, setIsExpanded] = useState(false); + const [scrollPosition, setScrollPosition] = useState(0); const handleArmClick = (href: string) => { navigate(href); @@ -82,7 +83,7 @@ export default function ArmSwitcher() { return ( <> - {/* Desktop Version - Horizontal Layout */} + {/* Desktop Version - Horizontal Layout (lg+) */}
{ARMS.map((arm) => ( + ))} +
+ + {/* Mobile Version - Expandable Icon (< md) */} +