[FIX] Don't try to underline these links

Fixing this while I'm at it …
This commit is contained in:
Peter Pfeufer 2024-05-26 10:01:26 +02:00
parent 7c6ebd9bf6
commit 44f8b1c477
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -30,13 +30,13 @@
</ul>
<div class="text-end pt-3">
<a href="https://gitlab.com/allianceauth/allianceauth/issues" target="_blank" class="me-1">
<a href="https://gitlab.com/allianceauth/allianceauth/issues" target="_blank" class="me-1 text-decoration-none">
<span class="badge" style="background-color: rgb(230 83 40);">
<i class="fab fa-gitlab" aria-hidden="true"></i>
{% translate 'Powered by GitLab' %}
</span>
</a>
<a href="https://discord.com/invite/fjnHAmk" target="_blank">
<a href="https://discord.com/invite/fjnHAmk" target="_blank" class="text-decoration-none">
<span class="badge" style="background-color: rgb(110 133 211);">
<i class="fab fa-discord" aria-hidden="true"></i>
{% translate 'Support Discord' %}