Skip to content

Commit

Permalink
fix(login/modal): position of login txt in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
J9rem committed Jan 2, 2024
1 parent 1d8e431 commit 82ca93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/login/templates/modal.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{% block formTitle %}{% endblock %}

{% block notConnected %}
<a href="#LoginModal" role="button" class="btn-icon navbar-btn {{ not nobtn ? 'btn btn-default ' ~ btnclass : '' }}" data-toggle="modal">
<a href="#LoginModal" role="button" class="navbar-btn {{ not nobtn ? 'btn btn-default ' ~ btnclass : '' }}" data-toggle="modal">
<i class="fa fa-sign-in-alt"></i><span class="login-text"> {{ _t('LOGIN_LOGIN') }}</span>
</a>
<div class="modal fade" id="LoginModal" tabindex="-1" role="dialog" aria-labelledby="LoginModalLabel" aria-hidden="true">
Expand Down

0 comments on commit 82ca93d

Please sign in to comment.