Update the menu item Logout

This commit is contained in:
Lucas Guima
2020-04-27 21:37:20 -03:00
parent c6b336171c
commit 384dd37430

View File

@@ -208,11 +208,11 @@
</li>
{% if not SANDSTORM %}
<li>
<a href="{{ route('logout') }}">
<i class="fa fa-sign-out fa-fw"></i>
<span>{{ 'logout'|_ }}</span>
</a>
</li>
<li>
<a href="{{ route('logout') }}">
<i class="fa fa-sign-out fa-fw"></i>
<span>{{ 'logout'|_ }}</span>
</a>
</li>
{% endif %}
</ul>