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() {
|
||||
const navigate = useNavigate();
|
||||
|
||||
const handleArmClick = (href: string) => {
|
||||
navigate(href);
|
||||
const handleArmClick = () => {
|
||||
navigate("/arms");
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue