summaryrefslogtreecommitdiff
path: root/static/donate.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-11-01 14:54:58 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-11-01 15:04:23 -0500
commit571f8d40a059192d6fe1af5e0edf66d8954243f0 (patch)
treea7b25800e3ae13f0e31dcc92194eaa114d428e08 /static/donate.html
parent02c4b9d42f9bc5fd06756997a885141f299b69c0 (diff)
use bitcoin: URI in QR code
Diffstat (limited to 'static/donate.html')
-rw-r--r--static/donate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/donate.html b/static/donate.html
index ea54a5ab..da49eb01 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -52,7 +52,7 @@
<div id="bitcoin_address">
<a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&amp;message=Donation%20to%20GrapheneOS">
- <img src="/bitcoin-address.png?0" alt="Bitcoin address QR code" width="185" height="185"/>
+ <img src="/bitcoin-donation.png" alt="Bitcoin address QR code" width="180" height="180"/>
<p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p>
</a>
</div>