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;