mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
fix for api logo name
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="{% url 'api:api_root_view' %}">
|
||||
<img class="logo" src="{% static 'assets/tower-logo-header.svg' %}">
|
||||
<img class="logo" src="{% static 'assets/logo-header.svg' %}">
|
||||
<span>{% trans 'REST API' %}</span>
|
||||
</a>
|
||||
<a class="navbar-title" href="{{ request.get_full_path }}">
|
||||
|
||||
Reference in New Issue
Block a user