1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #3804 from hSaria/3803-svg-logo

Fixes 3803
This commit is contained in:
Jeremy Stretch
2019-12-30 14:12:44 -05:00
committed by GitHub
6 changed files with 65 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url 'home' %}">
<img src="{% static 'img/netbox_logo.png' %}" />
<img src="{% static 'img/netbox_logo.svg' %}" height="30" />
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">