Skip to content

Commit

Permalink
Fix donate hero fix crustclub
Browse files Browse the repository at this point in the history
  • Loading branch information
mojowen committed Feb 15, 2024
1 parent 4dda6d6 commit 9965296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/images/donate-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/page-crustclub/page-crustclub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9965296

Please sign in to comment.