diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-10 11:44:54 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-10 11:51:06 -0400 |
| commit | 128de554d26d5b1456ba6f6331689679fe715d87 (patch) | |
| tree | 87f382baddd6b5cc9fadacc63d9bb27b321c2f1b | |
| parent | a12fd34dc0bbba28448366cacb755e10c7d2a2c4 (diff) | |
use CIP 13 URI for Cardano
| -rw-r--r-- | static/donate-cardano.png | bin | 331 -> 395 bytes | |||
| -rw-r--r-- | static/donate.html | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/static/donate-cardano.png b/static/donate-cardano.png Binary files differindex 37301fd0..d065fbea 100644 --- a/static/donate-cardano.png +++ b/static/donate-cardano.png diff --git a/static/donate.html b/static/donate.html index 434863d4..8299a6f5 100644 --- a/static/donate.html +++ b/static/donate.html @@ -156,8 +156,10 @@ <p>You can send Cardano donations to the following address to support GrapheneOS:</p> <div class="coin-address"> - <img src="/donate-cardano.png" alt="Cardano donation QR code" width="180" height="180"/> - <p>addr1q9yy48cu957rgmsh7s355gm458vauqll0z56r7gehqge8sv29gwxlt6f8pavhx2hjuw6494sxny8te7lrs0c6237u9ps443gd6</p> + <a href="web+cardano:addr1q9yy48cu957rgmsh7s355gm458vauqll0z56r7gehqge8sv29gwxlt6f8pavhx2hjuw6494sxny8te7lrs0c6237u9ps443gd6" rel="nofollow"> + <img src="/donate-cardano.png" alt="Cardano donation QR code" width="196" height="196"/> + <p>addr1q9yy48cu957rgmsh7s355gm458vauqll0z56r7gehqge8sv29gwxlt6f8pavhx2hjuw6494sxny8te7lrs0c6237u9ps443gd6</p> + </a> </div> <p>We own the $grapheneos handle with this address so you can also send to the handle.</p> |
