Skip to content

Commit

Permalink
fix: top buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Feb 27, 2025
1 parent fe9a44f commit 7fd77a1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
{% endif %}
<a href="{% url 'logout' %}" style="width: inherit">
<button class="btn btn-primary btn-sm btn-icon" type="button">
<svg class="icon icon-light icon-xs">
<use xlink:href="{% static 'svg/sprites.svg' %}#it-logout"></use>
</svg> <span>{% trans "Esci" %}</span>
<span>{% trans "Esci" %}</span>
</button>
</a>
{% else %}
Expand Down

0 comments on commit 7fd77a1

Please sign in to comment.