diff --git a/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx b/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx index 398a3f5..3bc4e0f 100644 --- a/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx +++ b/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx @@ -370,6 +370,10 @@ export function EntrepreneurPath({ /> ); canNext = !!data.productType; + onSkip = () => { + onUpdate({ productType: "not_sure" }); + next(); + }; } else if (step === 1) { body = (