Task: Remove superfluous logout button

This commit is contained in:
Björn Fromme
2023-10-12 11:00:30 +02:00
parent c0bb7d8ead
commit f0a16d01d7
-3
View File
@@ -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' }) }}