Task: Remove superfluous logout button
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
alt="{{ app.user.teamer.firstName }}">
|
||||
</a>
|
||||
{% endif %}
|
||||
<a href="{{ path('app_security_logout') }}" class="hidden lg:block">
|
||||
{{ icon('logout', 'w-8 h-8 text-gray-700') }}
|
||||
</a>
|
||||
<button type="button"
|
||||
class="lg:hidden"
|
||||
{{ stimulus_controller('mobilenav', [], [], { 'mobilenav': '#mobilenav' }) }}
|
||||
|
||||
Reference in New Issue
Block a user