Skip to content

Commit 3c1e367

Browse files
committed
Update one-time donation link
1 parent 2d0f670 commit 3c1e367

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

routes/support.tsx

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,15 @@ export default function Support() {
3939
<h2 class="text-2xl my-4">One-time Donations</h2>
4040
<p>
4141
If you want to help but do not want to set up a recurring donation
42-
you can give a single amount using PayPal.
42+
you can give a single amount using{" "}
43+
<a
44+
href="https://www.paypal.com/ncp/payment/F4GL83F4M34QL"
45+
title="Donate to devICT"
46+
>
47+
PayPal or Venmo
48+
</a>
49+
.
4350
</p>
44-
<form
45-
action="https://www.paypal.com/cgi-bin/webscr"
46-
method="post"
47-
target="_top"
48-
>
49-
<input type="hidden" name="cmd" value="_s-xclick" />
50-
<input
51-
type="hidden"
52-
name="hosted_button_id"
53-
value="TV7Y785BF7V4G"
54-
/>
55-
<input
56-
type="image"
57-
src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
58-
name="submit"
59-
alt="PayPal - The safer, easier way to pay online!"
60-
/>
61-
<img
62-
alt=""
63-
src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
64-
width="1"
65-
height="1"
66-
/>
67-
</form>
6851
</div>
6952
</div>
7053
</div>

0 commit comments

Comments
 (0)