Add alt text in Taiga logo for emails
parent
9791fb256b
commit
e53fd22919
|
@ -400,7 +400,7 @@
|
|||
<td valign="top" class="headerContent">
|
||||
<img src="{{ static("emails/top-bg-update.png") }}" />
|
||||
<a href="{{ resolve_front_url("home") }}" title="Taiga">
|
||||
<img src="{{ static("emails/logo-color.png") }}" id="headerImage" />
|
||||
<img src="{{ static("emails/logo-color.png") }}" id="headerImage" alt="Taiga" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -354,7 +354,7 @@
|
|||
<tr>
|
||||
<td valign="top" class="headerContent" background="{{ static("emails/top-bg-hero.png") }}" style="background-position: center center">
|
||||
<a href="{{ resolve_front_url("home") }}" title="Taiga">
|
||||
<img src="{{ static("emails/logo.png") }}" id="headerImage" />
|
||||
<img src="{{ static("emails/logo.png") }}" id="headerImage" alt="Taiga" />
|
||||
</a>
|
||||
{% trans %}
|
||||
<h1>You have been Taigatized!</h1>
|
||||
|
|
|
@ -395,7 +395,7 @@
|
|||
<img src="{{ static("emails/top-bg-update.png") }}" />
|
||||
<a href="{{ resolve_front_url("home") }}"
|
||||
title="Taiga">
|
||||
<img src="{{ static("emails/logo-color.png") }}" id="headerImage" />
|
||||
<img src="{{ static("emails/logo-color.png") }}" id="headerImage" alt="Taiga" />
|
||||
</a>
|
||||
{% block head %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue