Skip to content

Commit

Permalink
Merge pull request #4595 from FlowFuse/4593_fix-emailing-template-alt
Browse files Browse the repository at this point in the history
remove image logo alt name to fix gmail email summary
  • Loading branch information
ZJvandeWeg authored Sep 30, 2024
2 parents 329d681 + 3127ca7 commit 3171bfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forge/postoffice/layouts/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ module.exports = (htmlContent) => {
<td align="center" valign="top"
style="border-collapse:collapse;font-family:Helvetica,Arial,sans-serif;color:#33475b;word-break:break-word;text-align:center;padding:16px 20px;font-size:0px">
<a href="https://flowfuse.com/" style="color:#00a4bd" target="_blank">
<img alt="ff-logo--wordmark--dark"
src="https://flowfuse.com/handbook/images/logos/ff-logo--wordmark--dark.png"
<img src="https://flowfuse.com/handbook/images/logos/ff-logo--wordmark--dark.png"
style="outline:none;text-decoration:none;border:none;max-width:100%;font-size:16px"
width="183" align="middle" data-bit="iit">
</a>
Expand Down

0 comments on commit 3171bfb

Please sign in to comment.