mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-22 19:49:25 +00:00
chore: Thanks for your donations
Thank you so much for your donations, whoever you may be. It means a lot to me.
This commit is contained in:
parent
4395a5e2d5
commit
7e952fb886
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ export async function load() {
|
||||||
{ label: 'RPC SSL', value: 'testnet.xmr.ditatompel.com:443', key: 'tnetSSL' }
|
{ label: 'RPC SSL', value: 'testnet.xmr.ditatompel.com:443', key: 'tnetSSL' }
|
||||||
],
|
],
|
||||||
donation: {
|
donation: {
|
||||||
|
// You change donation address and qr image below if you run your own "instance"
|
||||||
address:
|
address:
|
||||||
'8BWYe6GzbNKbxe3D8mPkfFMQA2rViaZJFhWShhZTjJCNG6EZHkXRZCKHiuKmwwe4DXDYF8KKcbGkvNYaiRG3sNt7JhnVp7D',
|
'8BWYe6GzbNKbxe3D8mPkfFMQA2rViaZJFhWShhZTjJCNG6EZHkXRZCKHiuKmwwe4DXDYF8KKcbGkvNYaiRG3sNt7JhnVp7D',
|
||||||
qr: '/img/monerotip.png'
|
qr: '/img/monerotip.png'
|
||||||
|
|
|
@ -178,7 +178,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="md:basis-1/4">
|
<div class="md:basis-1/4">
|
||||||
<img src={data.donation.qr} alt="ditatompel's monero address" />
|
<img src={data.donation.qr} alt="ditatompel's monero address" />
|
||||||
<p>Thank you so much! 🥰</p>
|
<p>Thank you so much! It means a lot to me. 🥰</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue