mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Restore logo file names
This commit is contained in:
parent
c6856345ee
commit
80be38d4aa
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@ -30,8 +30,8 @@ Blocks:
|
||||
{# Logo #}
|
||||
<h1 class="navbar-brand">
|
||||
<a href="{% url 'home' %}">
|
||||
<img src="{% static 'netbox_logo_dark_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-dark">
|
||||
<img src="{% static 'netbox_logo_bright_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-light">
|
||||
<img src="{% static 'logo_netbox_dark_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-dark">
|
||||
<img src="{% static 'logo_netbox_bright_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-light">
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user