diff options
| -rw-r--r-- | static/donate-ethereum.png | bin | 245 -> 269 bytes | |||
| -rw-r--r-- | static/donate.html | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/static/donate-ethereum.png b/static/donate-ethereum.png Binary files differindex 7ec93fe6..f5697cff 100644 --- a/static/donate-ethereum.png +++ b/static/donate-ethereum.png 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> |
