feat(join): add charity / tax-receipt factual note near contribution tiers

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.
This commit is contained in:
Jennie Robinson Faber 2026-04-20 13:23:49 +01:00
parent 9fecb7d374
commit 9c9dc49628

View file

@ -80,6 +80,11 @@
members members
</li> </li>
</ul> </ul>
<p class="charity-note">
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.
</p>
<p class="solidarity-note"> <p class="solidarity-note">
Pay what you can. If you can pay more, you're making room for Pay what you can. If you can pay more, you're making room for
someone who can't. someone who can't.
@ -744,6 +749,13 @@ onUnmounted(() => {
margin-top: 16px; margin-top: 16px;
} }
.charity-note {
font-size: 12px;
color: var(--text-dim);
line-height: 1.65;
margin-top: 16px;
}
/* ---- FORM SECTION ---- */ /* ---- FORM SECTION ---- */
.form-section { .form-section {
padding: 32px; padding: 32px;