Use button instead of a link on 404, add cursor style, fix capitalisation

This commit is contained in:
daudix
2024-04-04 01:20:25 +03:00
parent b32cff7961
commit 5e6693e3d6
4 changed files with 5 additions and 4 deletions

View File

@ -93,7 +93,7 @@
{% endif %}
<p class="dialog-buttons">
<a class="inline-button" href="#top">Go to top</a>
<a class="inline-button colored" href="{{ config.extra.issues_url }}">File an issue</a>
<a class="inline-button" href="#top">Go to Top</a>
<a class="inline-button colored" href="{{ config.extra.issues_url }}">File an Issue</a>
</p>
{% endblock content %}