diff --git a/public/images/donate-hero.png b/public/images/donate-hero.png new file mode 100644 index 0000000..a5c5068 Binary files /dev/null and b/public/images/donate-hero.png differ diff --git a/src/components/page-crustclub/page-crustclub.tsx b/src/components/page-crustclub/page-crustclub.tsx index cfd0a6c..a367894 100644 --- a/src/components/page-crustclub/page-crustclub.tsx +++ b/src/components/page-crustclub/page-crustclub.tsx @@ -36,7 +36,7 @@ export class PageCrustclub { public async donate(amount: number) { this.error = null; try { - await PizzaApi.postDonation("subcription", amount, { referrer: this.referral }); + await PizzaApi.postDonation("subscription", amount, { referrer: this.referral }); } catch (e) { console.error(e); this.showError(e.message || PizzaApi.genericErrorMessage);