We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9d6957 + 9376e39 commit 5a2a61dCopy full SHA for 5a2a61d
src/components/DonorBoxWidget/index.astro
@@ -3,9 +3,9 @@
3
<div class="overflow-hidden mt-md pb-0 max-w-[420px] min-w-[250px]">
4
<!-- @ts-expect-error -->
5
<iframe
6
- src="https://donorbox.org/embed/support-the-processing-foundation?hide_donation_meter=true"
+ src="https://donorbox.org/embed/support-p5js?hide_donation_meter=true"
7
name="donorbox"
8
- title="Processing Foundation Donation Form"
+ title="p5.js Donation Form"
9
allowpaymentrequest="allowpaymentrequest"
10
seamless="seamless"
11
scrolling="no"
0 commit comments