mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
fix for api logo name
This commit is contained in:
parent
52f8579c04
commit
c74b0df447
@ -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 }}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user