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')} +

+
+ +
+
); }