From 7fd92438511203a51503828f1a350dd14bd0f4e0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:46:54 +0000 Subject: [PATCH] completionId: cgen-180489a9175e4f7c9922f2bd1c01e221 cgen-180489a9175e4f7c9922f2bd1c01e221 --- client/components/ArmSwitcher.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 32d55c49..35b3e531 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 = () => { - navigate("/arms"); + const handleArmClick = (href: string) => { + navigate(href); }; return ( @@ -106,7 +106,7 @@ export default function ArmSwitcher() { {ARMS.map((arm) => (