Merge pull request #329 from edvin3443/fix/logo-alt-attribute

This commit is contained in:
Dries Augustyns
2026-03-24 09:47:39 +01:00
committed by GitHub
+1 -1
View File
@@ -1093,7 +1093,7 @@ export class EmailService {
<tr> <tr>
<td style="width:180px;"> <td style="width:180px;">
<a href="${LANDING_URI}?ref=badge" target="_blank"> <a href="${LANDING_URI}?ref=badge" target="_blank">
<img height="auto" src="https://cdn.useplunk.com/badge.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="180" /> <img alt="Powered by Plunk" height="auto" src="https://cdn.useplunk.com/badge.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="180" />
</a> </a>
</td> </td>
</tr> </tr>