Skip to content

Commit

Permalink
fix: Fix the header on mobile when not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Aug 26, 2024
1 parent 1e5fcb5 commit e35fa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</button>
{% endif %}

<ul class="layout__header-navigation list--nostyle">
<ul class="layout__header-navigation list--nostyle {{ not app.user ? 'no-mobile' }}">
<li class="no-mobile">
<a
class="layout__header-home"
Expand Down

0 comments on commit e35fa48

Please sign in to comment.