Skip to content

Commit

Permalink
Update NewsletterTemplate.html
Browse files Browse the repository at this point in the history
Turn app logo into link to app
  • Loading branch information
Unimatrix0 authored Nov 7, 2023
1 parent e2971f8 commit b2e92ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
<tbody>
<tr>
<td valign="top" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif; vertical-align: top;">
<img src="{@LOGO}" style="border: none; -ms-interpolation-mode: bicubic; max-width: 100%;">
<a href="{@APPURL}"><img src="{@LOGO}" style="border: none; -ms-interpolation-mode: bicubic; max-width: 100%;"></a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit b2e92ce

Please sign in to comment.