mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Use title case for edition label
This commit is contained in:
parent
853fa99ea4
commit
bb9b6ee8a2
@ -37,7 +37,7 @@ Blocks:
|
||||
<a href="{% url 'home' %}">
|
||||
<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">
|
||||
<div class="netbox-edition text-uppercase fw-semibold mt-2">{{ settings.RELEASE.edition }}</div>
|
||||
<div class="netbox-edition fw-semibold mt-2">{{ settings.RELEASE.edition }}</div>
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user