diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-26 11:58:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-26 11:58:28 -0400 |
| commit | ce1aff631751a02b83f3b78cebb2a35fd1c59f8c (patch) | |
| tree | 1c1b4d4d51642d405c177a8c182e1d2b5979ac89 /static | |
| parent | b5f19b7a5388fca0331ad97adb41ba7434ff3667 (diff) | |
add label and message to bitcoin URI
Diffstat (limited to 'static')
| -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 ae9a69bb..989911e7 100644 --- a/static/donate.html +++ b/static/donate.html @@ -50,7 +50,7 @@ <p>You can send Bitcoin donations to the following address to support this project:</p> <div id="bitcoin_address"> - <a href="bitcoin:3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5"> + <a href="bitcoin:3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5?label=GrapheneOS&message=Donation%20to%20GrapheneOS"> <img src="/bitcoin-address.png" alt="Bitcoin address QR code" width="160" height="160"/> <p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p> </a> |
