Reorder link tag on header to fix focus

This commit is contained in:
igorkorenfeld 2023-04-11 16:02:12 -04:00
parent aa3fc6df62
commit f82e5c23d4
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -140,9 +140,9 @@
<div class="usa-navbar">
{% block logo %}
<div class="usa-logo" id="extended-logo">
<a href="{% url 'home' %}">
<strong class="usa-logo__text" >.gov </strong>
</a>
<strong class="usa-logo__text" >
<a href="{% url 'home' %}"> .gov </a>
</strong>
</div>
{% endblock %}
<button type="button" class="usa-menu-btn">Menu</button>