completionId: cgen-8ef00b63fcc64896bdcee00005506fd7

cgen-8ef00b63fcc64896bdcee00005506fd7
This commit is contained in:
Builder.io 2025-11-10 21:08:41 +00:00
parent 0c5f7777f3
commit 4286eb3ea7

View file

@ -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 (