From 313b8598dfeb022971a2169d5f3806978516e58a Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Thu, 30 Apr 2026 14:39:47 +0100 Subject: [PATCH] fix(launch-flow): align Slack-wait copy across join, dashboard, welcome email MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /join "How membership works" lists community (not Slack) as a benefit; adds a note that Slack invitations come in monthly onboarding waves. - Dashboard slack-coming note drops "2–3 weeks" timeline; uses the same monthly-waves phrasing. - Welcome email no longer points new members to Slack (which they don't yet have access to); directs them to reply instead. --- app/pages/join.vue | 6 +++++- app/pages/member/dashboard.vue | 4 ++-- server/utils/resend.js | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/pages/join.vue b/app/pages/join.vue index a76c316..67bc0d6 100644 --- a/app/pages/join.vue +++ b/app/pages/join.vue @@ -317,13 +317,17 @@

How membership works

+

+ Community connection happens in our Slack workspace, joined in monthly + onboarding waves — there may be a short wait after you join. +

diff --git a/app/pages/member/dashboard.vue b/app/pages/member/dashboard.vue index 26c0ad9..de91d71 100644 --- a/app/pages/member/dashboard.vue +++ b/app/pages/member/dashboard.vue @@ -39,8 +39,8 @@ ${{ memberData?.contributionAmount ?? 0 }} CAD/mo

- Slack workspace access is part of your membership. Your invitation - typically arrives within 2–3 weeks of joining. + Slack workspace access is part of your membership. Invitations are + sent in monthly onboarding waves — we'll be in touch.

diff --git a/server/utils/resend.js b/server/utils/resend.js index e3cada2..ce79e94 100644 --- a/server/utils/resend.js +++ b/server/utils/resend.js @@ -282,7 +282,7 @@ Welcome to Ghost Guild! You're now part of the ${member.circle} circle. Sign in to your dashboard to get started: ${baseUrl}/member/dashboard -If you have questions, reach out to jennie + eileen on Slack or reply to this email.`, +If you have questions, just reply to this email.`, }); if (error) {