diff --git a/overrides/.icons/monero.svg b/overrides/.icons/monero.svg
new file mode 100644
index 0000000..6613292
--- /dev/null
+++ b/overrides/.icons/monero.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/overrides/partials/source-file.html b/overrides/partials/source-file.html
index 1de94ca..b6d82e9 100644
--- a/overrides/partials/source-file.html
+++ b/overrides/partials/source-file.html
@@ -39,14 +39,14 @@
- {% include ".icons/material/cash.svg" %}
+ {% include ".icons/monero.svg" %}
{% if page.meta.get('xmr', '')|length == 95 %}
- Donate to the author:
{{ page.meta.xmr[:48] }}
{{ page.meta.xmr[48:] }}
+ Donate XMR to the author:
{{ page.meta.xmr[:48] }}
{{ page.meta.xmr[48:] }}
{% else %}
- Donate to Nihilist:
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o
7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
+ Donate XMR to Nihilist:
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o
7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
{% endif %}