From 9c9dc4962833f6071536e2c2f9e3ad0daf3a07e8 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Mon, 20 Apr 2026 13:23:49 +0100 Subject: [PATCH] feat(join): add charity / tax-receipt factual note near contribution tiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a small paragraph directly below the tier list stating the Baby Ghosts Studio Development Fund charity status, noting that Canadian taxpayers can claim contributions, and that setup for receipts happens after joining. Styled in parallel to .solidarity-note (12px, --text-dim, 1.65 line-height) so it reads as a bullet, not a banner. Scope is /join only — /accept-invite and /member/account copy is untouched per spec §3. --- app/pages/join.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/pages/join.vue b/app/pages/join.vue index 55c3c49..82e4f00 100644 --- a/app/pages/join.vue +++ b/app/pages/join.vue @@ -80,6 +80,11 @@ members +

+ Baby Ghosts Studio Development Fund is a registered Canadian charity. + Members who file Canadian taxes can claim their contributions. + We'll help you set up tax receipts once you've joined. +

Pay what you can. If you can pay more, you're making room for someone who can't. @@ -744,6 +749,13 @@ onUnmounted(() => { margin-top: 16px; } +.charity-note { + font-size: 12px; + color: var(--text-dim); + line-height: 1.65; + margin-top: 16px; +} + /* ---- FORM SECTION ---- */ .form-section { padding: 32px;