Skip to content

Commit 589f1a9

Browse files
committed
Merge pull request #1180 from cachethq/embed-mail-banner
Embed the banner on the mail layout
2 parents 6bffb66 + e78c926 commit 589f1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layout/emails.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width="100%" border="0" cellpadding="0" cellspacing="0">
2020
<tr>
2121
<td class="header-logo">
22-
<a href="{{ $app_domain }}"><img src="data:{{ $app_banner_type }};base64, {{ $app_banner }}"></a>
22+
<a href="{{ $app_domain }}"><img src="{{ $message->embedData(base64_decode($app_banner), $app_name) }}"></a>
2323
</td>
2424
</tr>
2525
</table>

0 commit comments

Comments
 (0)