Also use svg for non-camp logo.

This commit is contained in:
Víðir Valberg Guðmundsson 2017-04-19 23:46:48 +02:00
parent 01a8958153
commit 3ba47f95bc

View file

@ -53,7 +53,7 @@
</a> </a>
{% else %} {% else %}
<a class="navbar-brand" href="/"> <a class="navbar-brand" href="/">
<img src="{% static 'img/logo-small.png' %}" alt="bornhack" class="img-responsive"> <img src="{% static 'img/logo-small.svg' %}" alt="bornhack" class="img-responsive">
</a> </a>
{% endif %} {% endif %}
</div> </div>