completionId: cgen-8ef00b63fcc64896bdcee00005506fd7
cgen-8ef00b63fcc64896bdcee00005506fd7
This commit is contained in:
parent
0c5f7777f3
commit
4286eb3ea7
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ const LOGO_URLS: Record<string, string> = {
|
||||||
export default function ArmSwitcher() {
|
export default function ArmSwitcher() {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const handleArmClick = (href: string) => {
|
const handleArmClick = () => {
|
||||||
navigate(href);
|
navigate("/arms");
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue