diff --git a/src/routes/SignIn.tsx b/src/routes/SignIn.tsx index 3b3710f6e..45c711d12 100644 --- a/src/routes/SignIn.tsx +++ b/src/routes/SignIn.tsx @@ -38,7 +38,7 @@ const SignIn = () => { }?callbackUrl=${encodeURIComponent( typeof window !== 'undefined' && window.location.href.replace('signin', '') )}` - const kclSampleUrl = `${VITE_KC_SITE_BASE_URL}/docs/kcl-samples/car-wheel` + const kclSampleUrl = `${VITE_KC_SITE_BASE_URL}/docs/kcl-samples/car-wheel-assembly` const getThemeText = useCallback( (shouldContrast = true) =>