From f142128f54a80cab73a04961cd761172c0532982 Mon Sep 17 00:00:00 2001 From: mawkone Date: Mon, 8 Jun 2026 11:08:35 -0700 Subject: [PATCH] design: add I'm not sure skip button to product archetype onboarding page --- vibn-frontend/_onboarding/onboarding-entrepreneur.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = (