Styling and conditional changes for mobile menu button

This commit is contained in:
Jonathan Bobel
2023-09-21 15:01:29 -04:00
parent d8f930e3d5
commit 811c51c469
2 changed files with 10 additions and 1 deletions

View File

@@ -55,7 +55,9 @@
<a href="/" title="notify.gov">notify.gov</a>
</em>
</div>
<button type="button" class="usa-menu-btn">Menu</button>
{% if current_user.is_authenticated %}
<button type="button" class="usa-menu-btn">Menu</button>
{% endif %}
</div>
<nav aria-label="Primary navigation" class="usa-nav">
<div class="usa-nav__inner">