Update support pill title

This commit is contained in:
Jake Howard 2024-01-05 15:05:21 +00:00
parent e0ffa6a14d
commit 53479eeea9
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% load wagtailcore_tags %}
{% if support_page and page.id != support_page.id %}
<a href="{% pageurl support_page %}" class="tag is-primary support-pill" title="Support me">
<a href="{% pageurl support_page %}" class="tag is-primary support-pill" title="If you like what I do, please consider supporting my work!">
<i class="fas fa-praying-hands"></i>
</a>
{% endif %}