mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Reorder link tag on header to fix focus
This commit is contained in:
parent
aa3fc6df62
commit
f82e5c23d4
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue