Skip to content

Commit 7d1e690

Browse files
committed
temp fix for wagtail media bug
1 parent 9ef3320 commit 7d1e690

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
172 Bytes
Loading

hypha/static_src/images/logo.webp

9.21 KB
Loading

hypha/templates/includes/header-logo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<img class="block lg:hidden print:hidden header__logo header__logo--mobile" width="60" src="{{ logo_default.url }}" alt="{{ settings.core.SystemSettings.site_logo_default.alt }}" />
1111
{% endif %}
1212
{% else %}
13-
<img class="hidden lg:block print:block header__logo header__logo--desktop" width="215" height="40" src="{% static 'images/logo.png' %}" alt="{% trans 'Hypha logo' %}" />
14-
<img class="lg:hidden print:hidden header__logo header__logo--mobile" width="60" height="60" src="{% static 'images/logo-small.png' %}" alt="{% trans 'Hypha logo' %}" />
13+
<img class="hidden lg:block print:block header__logo header__logo--desktop" width="215" height="40" src="{% static 'images/logo.webp' %}" alt="{% trans 'OTF logo' %}" />
14+
<img class="lg:hidden print:hidden header__logo header__logo--mobile" width="60" height="60" src="{% static 'images/logo-small.webp' %}" alt="{% trans 'OTF logo' %}" />
1515
{% endif %}

0 commit comments

Comments
 (0)