From 288bb9891ca2b948117cf43bad1297ff79ab6235 Mon Sep 17 00:00:00 2001 From: Julian Jarabo Date: Thu, 1 Jul 2021 15:03:27 +0200 Subject: Fix typo, settings != setting --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cab7e9e..c6b0154 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@

-- cgit v1.2.3 From 9bf2c6445f379a348a33047b9885f459740cd3c4 Mon Sep 17 00:00:00 2001 From: johnr365 <67366109+johnr365@users.noreply.github.com> Date: Thu, 1 Jul 2021 15:55:07 +0200 Subject: Added word-wrapping on XMR address to avoid looking weird on mobile (super wide page). --- monero.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero.html b/monero.html index 5827c85..67d27fd 100644 --- a/monero.html +++ b/monero.html @@ -96,7 +96,7 @@ Here is the address we use for this site (i.e. not the compromised wallet generated above):

-

84RXmrsE7ffCe1ADprxLMHRpmyhZuWYScDR4YghE8pFRFSyLtiZFYwD6EPijVzD3aZiEpg57MfHEr1pGJNPXyJgENMnWrSh

+

84RXmrsE7ffCe1ADprxLMHRpmyhZuWYScDR4YghE8pFRFSyLtiZFYwD6EPijVzD3aZiEpg57MfHEr1pGJNPXyJgENMnWrSh

monero donation qr -- cgit v1.2.3