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

@ -8,7 +8,7 @@
<div style="max-width: 600px; margin: 0 auto; padding: 20px; background-color: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);">
<div style="text-align: center; margin-bottom: 20px;">
<img src="{{ protocol }}://{{ domain }}{{static('icons/logo.png')}}" alt="{{site_name}}" style="max-width: 150px;">
<img src="{{ DMOJ_SCHEME }}://{{ domain }}{{static('icons/logo.svg')}}" alt="{{site_name}}" style="max-width: 150px;">
</div>
<div style="margin-bottom: 20px; text-align: center;">
<h2>{{title}}</h2>