From abad9eca9dfb95868610d9001b4e42d84c976d4e Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 12 Jun 2026 18:23:00 -0700 Subject: [PATCH] Blend the verify tutorial into the step; remove it from /organizations Add hideHeader, bare, and stacked props to VerifyTutorial. The how-to step now renders it borderless with the header hidden (single step header) and the demo card stacked full-width above the step list so it matches the button width below. Remove the tutorial from /organizations, leaving just the 'Start verifying' CTA card. --- src/components/OnboardingGate.tsx | 2 +- .../organizations/VerifyTutorial.tsx | 80 ++++++++++++++----- src/pages/OrganizationsPage.tsx | 57 ++++++------- 3 files changed, 82 insertions(+), 57 deletions(-) diff --git a/src/components/OnboardingGate.tsx b/src/components/OnboardingGate.tsx index 146c29de..b9be919e 100644 --- a/src/components/OnboardingGate.tsx +++ b/src/components/OnboardingGate.tsx @@ -512,7 +512,7 @@ function VerifierHowtoStep({ onFinish }: { onFinish: () => void }) {

- + - - - - {/* Once the org's statement is live, teach them the actual - verify gesture: the three-dots menu on any campaign card. */} - {isVerifier && } - + + +
+ +
+
+

+ {t('organizations.getStartedCard.title')} +

+

+ {t('organizations.getStartedCard.body')} +

+
+ +
+
); }