Fix email protocol - Change to use svg logo

This commit is contained in:
cuom1999 2024-03-20 17:16:50 -05:00
parent 6dcd3ed0c9
commit d93767abdd
51 changed files with 36 additions and 80 deletions

View file

@ -5,6 +5,6 @@
{% elif logo_override_image is defined and logo_override_image %}
<img src="{{ logo_override_image|camo }}" alt="{{ SITE_NAME }}" height="44" style="border: none">
{% else %}
<img src="{{ static('icons/logo.png') }}" alt="{{ SITE_NAME }}" height="44"
<img src="{{ static('icons/logo.svg') }}" alt="{{ SITE_NAME }}" height="44"
onerror="this.src=&quot;{{ static('icons/logo.png') }}&quot;; this.onerror=null" style="border: none">
{% endif %}