diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-01 22:21:53 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-01 22:21:53 -0500 |
| commit | e0cbd2560cfb9b8f584da77af772ac827fccf6ff (patch) | |
| tree | df054be1152628c5f9dce7add73c65d0cbae3084 | |
| parent | 571f8d40a059192d6fe1af5e0edf66d8954243f0 (diff) | |
update donation alt text
| -rw-r--r-- | static/donate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/donate.html b/static/donate.html index da49eb01..d156aeb6 100644 --- a/static/donate.html +++ b/static/donate.html @@ -52,7 +52,7 @@ <div id="bitcoin_address"> <a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS"> - <img src="/bitcoin-donation.png" alt="Bitcoin address QR code" width="180" height="180"/> + <img src="/bitcoin-donation.png" alt="Bitcoin donation QR code" width="180" height="180"/> <p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p> </a> </div> |
