mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Fix main nav issue
This commit is contained in:
parent
e5a011c039
commit
5be9f3f167
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
{% else %}
|
||||
{% url 'no-portfolio-domains' as url %}
|
||||
{% endif %}
|
||||
<a href="{{ url }}" class="usa-nav-link{% if 'domain'|in_path:request.path %} usa-current{% endif %}">
|
||||
<a href="{{ url }}" class="usa-nav-link{% if 'domains'|in_path:request.path %} usa-current{% endif %}">
|
||||
Domains
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue