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