Replace mobile menu with full-screen modal
cgen-573df9f930a04cb5b0a87d62a3e729b0
This commit is contained in:
parent
4c6eb6d44a
commit
5ca21faa4b
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue