Update pretix logo to refreshed version (#3114)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2023-02-13 11:42:08 +01:00
committed by GitHub
parent f22698fdbf
commit 2607b18833
18 changed files with 98 additions and 586 deletions

View File

@@ -123,7 +123,7 @@
</a>
{% endif %}
<a class="navbar-brand" href="{% url "control:index" %}">
<img src="{% static "pretixbase/img/pretix-icon.svg" %}" />
<img src="{% static "pretixbase/img/pretix-icon-white-mini.svg" %}" />
{{ settings.PRETIX_INSTANCE_NAME }}
</a>
</div>