mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Removing blanket commented-out code and moving to the navigation conditional
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<fieldset class="govuk-fieldset margin-bottom-5
|
||||
<fieldset class="govuk-fieldset margin-y-5
|
||||
{%- if params.classes %} {{ params.classes }}{% endif %}"
|
||||
{%- if params.describedBy %} aria-describedby="{{ params.describedBy }}"{% endif %}
|
||||
{%- for attribute, value in params.attributes %} {{ attribute }}="{{ value }}"{% endfor %}>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
<button type="button" class="usa-menu-btn">Menu</button>
|
||||
</div>
|
||||
{# <nav aria-label="Primary navigation" class="usa-nav">
|
||||
<nav aria-label="Primary navigation" class="usa-nav">
|
||||
<div class="usa-nav__inner">
|
||||
<button type="button" class="usa-nav__close">
|
||||
<img src="/static/images/usa-icons/close.svg" role="img" alt="Close" />
|
||||
@@ -117,5 +117,5 @@
|
||||
</section> -->
|
||||
</div>
|
||||
</div>
|
||||
</nav> #}
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user