Skip to content

Commit

Permalink
Fix login icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Oct 2, 2024
1 parent 8e0b57a commit b7db36d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions qgis-app/templates/layouts/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,12 @@
</a>
{% else %}
<a class="button is-info is-small" href="{% url "login" %}">
<i class="fas fa-sign-in-alt mr-3"></i>
{% trans "Login" %}
<span class="icon">
<i class="fas fa-sign-in-alt"></i>
</span>
<span>
{% trans "Login" %}
</span>
</a>
{% endif %}
{% block navigation_extra %}
Expand Down

0 comments on commit b7db36d

Please sign in to comment.