completionId: cgen-4f2433b054f743cc97e2ff009e5a1ff1
cgen-4f2433b054f743cc97e2ff009e5a1ff1
This commit is contained in:
parent
b5696609f0
commit
0ce1549814
1 changed files with 0 additions and 4 deletions
|
|
@ -94,13 +94,9 @@ const LOGO_URLS: Record<string, string> = {
|
|||
|
||||
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);
|
||||
setIsExpanded(false);
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue