Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
fix: add email address to support notice
Browse files Browse the repository at this point in the history
  • Loading branch information
starsprung authored Jan 6, 2021
1 parent 7a926e6 commit f979f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support-notice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const SUPPORT_NOTICE = `
If you'd like to support this project, please consider donating to Oregon Food Bank: ${chalk.bold(
'https://oregonfoodbank.org',
)}
Donate more than $50 and send me a screenshot of your donation and I'll add you to a list of supporters!
Donate more than $50 and send me (s@starsprung.com) a screenshot of your donation and I'll add you to a list of supporters!
`;

const supportNotice = (): void => {
Expand Down

0 comments on commit f979f1d

Please sign in to comment.