From 4286eb3ea7392e06eeae3129af5c970e9ca5783e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 21:08:41 +0000 Subject: [PATCH] completionId: cgen-8ef00b63fcc64896bdcee00005506fd7 cgen-8ef00b63fcc64896bdcee00005506fd7 --- client/components/ArmSwitcher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 9341194b..29bfc180 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -95,8 +95,8 @@ const LOGO_URLS: Record = { export default function ArmSwitcher() { const navigate = useNavigate(); - const handleArmClick = (href: string) => { - navigate(href); + const handleArmClick = () => { + navigate("/arms"); }; return (