We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59531ce commit 2ccb5f9Copy full SHA for 2ccb5f9
views/partials/logo.ejs
@@ -6,7 +6,7 @@
6
<tbody>
7
<tr>
8
<td align="center" bgcolor="#FFFFFF" class="inner-td" style="border-radius:6px;font-size:16px;text-align:center;background-color:inherit">
9
- <a href="<% if (store.homepage) { %> <%= store.homepage %> <% } else{ %> https://<%= store.domain %> <% } %>"><img class="max-width" border="0" style="display:block;color:#000000;text-decoration:none;font-family:Helvetica, arial, sans-serif;font-size:16px;max-width:100% !important;width:100%;height:auto !important;" src="<%= store.logo.url %>" alt="" width="200"></a>
+ <a href="<% if (store.homepage) { %> <%= store.homepage %> <% } else{ %> https://<%= store.domain %> <% } %>"><img class="max-width" border="0" style="display:block;color:#000000;text-decoration:none;font-family:Helvetica, arial, sans-serif;font-size:16px;max-width:100% !important;width:100%;height:auto !important;" src="<%= store.logo && store.logo.url %>" alt="" width="200"></a>
10
</td>
11
</tr>
12
</tbody>
0 commit comments