Fix 404 when clicking on the car wheel sample (#6079)

Fixes #6078
This commit is contained in:
Pierre Jacquier
2025-03-31 19:09:59 -04:00
committed by GitHub
parent 822f2ffc73
commit 566143757f

View File

@ -38,7 +38,7 @@ const SignIn = () => {
}?callbackUrl=${encodeURIComponent( }?callbackUrl=${encodeURIComponent(
typeof window !== 'undefined' && window.location.href.replace('signin', '') 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( const getThemeText = useCallback(
(shouldContrast = true) => (shouldContrast = true) =>