Skip to content

Commit

Permalink
change donate link.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Apr 26, 2024
1 parent 46f6ea8 commit 1261c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/donate.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {redirect} from "@remix-run/node"

export const loader = () => {
throw redirect("https://paypal.me/bradgarropy")
throw redirect("https://buy.stripe.com/5kA7upbNW9wW27CeUU")
}

0 comments on commit 1261c58

Please sign in to comment.