Move manage your domain

This commit is contained in:
Rebecca Hsieh 2023-12-04 11:35:31 -08:00
parent 1aceeaf624
commit f5edd64c92
No known key found for this signature in database
GPG key ID: 644527A2F375A379
2 changed files with 11 additions and 11 deletions

View file

@ -148,8 +148,18 @@
<div class="usa-logo" id="extended-logo">
<strong class="usa-logo__text" >
<a href="{% url 'home' %}"> .gov </a>
</strong>
</strong>
</div>
<a href="{% url 'home' %}" class="breadcrumb__back">
<strong class="display-flex">
Manage your domains
</strong>
</a>
{% endblock %}
<button type="button" class="usa-menu-btn">Menu</button>
</div>

View file

@ -42,16 +42,6 @@
</p>
</div>
</div>
{% else %}
<a href="{% url 'home' %}" class="breadcrumb__back">
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img">
<use xlink:href="{% static 'img/sprite.svg' %}#arrow_back"></use>
</svg>
<p class="margin-left-05 margin-top-0 margin-bottom-0 line-height-sans-1">
Back to manage your domains
</p>
</a>
{% endif %}
{# messages block is under the back breadcrumb link #}
{% if messages %}