diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-10 11:35:21 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-10 11:38:18 -0400 |
| commit | a12fd34dc0bbba28448366cacb755e10c7d2a2c4 (patch) | |
| tree | 32851f18d70311e88d6c7ee686bfd7d09cdcaa7f /static/donate.html | |
| parent | cd1bc1dd121d10bd66334a36fe9e081236489480 (diff) | |
use EIP 681 URI for Ethereum
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/donate.html b/static/donate.html index 1aba7700..434863d4 100644 --- a/static/donate.html +++ b/static/donate.html @@ -141,8 +141,10 @@ <p>You can send Ethereum donations to the following address to support GrapheneOS:</p> <div class="coin-address"> - <img src="/donate-ethereum.png" alt="Ethereum donation QR code" width="148" height="148"/> - <p>0xb74eD3BE17C0F2AF46AC6F15b0536d6D112D1A8c</p> + <a href="ethereum:0xb74eD3BE17C0F2AF46AC6F15b0536d6D112D1A8c" rel="nofollow"> + <img src="/donate-ethereum.png" alt="Ethereum donation QR code" width="148" height="148"/> + <p>0xb74eD3BE17C0F2AF46AC6F15b0536d6D112D1A8c</p> + </a> </div> <p><strong>We aren't looking for donations of tokens, only Ethereum itself.</strong></p> |
