diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-03-29 04:01:22 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-03-29 04:01:22 +0530 |
commit | 3ee56b0ac393a14225ac06361f95dd3222562314 (patch) | |
tree | 313d37c9d8e40b685d783dcc94e2515097a1a939 /data | |
parent | 5963453528ec8bcf680a6c7eb9050f1d2f120a57 (diff) |
change exchange link to localmonero
Diffstat (limited to 'data')
-rw-r--r-- | data/donate.html | 2 | ||||
-rwxr-xr-x | data/style.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/donate.html b/data/donate.html index 0f5ba5b..09b375f 100644 --- a/data/donate.html +++ b/data/donate.html @@ -27,7 +27,7 @@ <main> <h3>Donate</h3> <p>The only currency I accept for donations is Monero.</p> - <p>If you don’t have any Monero, I recommend you donate using any crypto (Bitcoin, Litecoin, or whatever) through some <a href="https://changenow.io/">crypto exchange</a>.</p> + <p>If you don’t have any Monero, I recommend you donate using any crypto (Bitcoin, Litecoin, or whatever) through some <a href="https://localmonero.co">crypto exchange</a>.</p> <br> <p>Wallet: <code>46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P</code></p> <p>QR Code:<br><br><img src="assets/images/qr.png" alt="46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P"></p> diff --git a/data/style.css b/data/style.css index 52b55d5..9180878 100755 --- a/data/style.css +++ b/data/style.css @@ -28,6 +28,7 @@ code { color: #19ca24; background: #202020; display: inline-block; + font-size: 15px; } .footer { |