Skip to content

Commit

Permalink
fix donate link
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Apr 26, 2024
1 parent 6d8f1e8 commit 7240076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/pages/ASDH2024/incentives.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Incentives = () => {
<div className={styles.donate}>
<Button
actionText="Donate"
link="https://donate.tiltify.com/@ausspeedruns/asgx2024"
link="/donate"
openInNewTab
iconRight={faChevronRight}
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/pages/ASDH2024/prizes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Incentives = () => {
<div className={styles.donate}>
<Button
actionText="Donate"
link="https://donate.tiltify.com/@ausspeedruns/asgx2024"
link="/donate"
openInNewTab
iconRight={faChevronRight}
/>
Expand Down

0 comments on commit 7240076

Please sign in to comment.