Skip to content

Commit 44b80ad

Browse files
committed
donate: thank supporters and point to other ways to help
1 parent 62aae7d commit 44b80ad

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/pages/donate.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ export default function Donate(): ReactNode {
7575
))}
7676
</div>
7777

78-
<p className={styles.footnote}>Thank you for using KashCal.</p>
78+
<p className={styles.footnote}>
79+
Thank you for supporting KashCal. Other ways to help: tell family and
80+
friends, take the <Link to="/blog/kashcal-challenge">KashCal Challenge</Link>,
81+
or <Link to="/community">join the community</Link> to test providers and more.
82+
</p>
7983
</main>
8084
</Layout>
8185
);

0 commit comments

Comments
 (0)