Update email image to use new logo
This commit is contained in:
parent
fae5f35de3
commit
40f372023d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB |
|
|
@ -9,7 +9,7 @@
|
|||
<table cellpadding="10" cellspacing="0" border="0" bgcolor="#2F2C2B" width="600" align="center" class="header">
|
||||
<tr>
|
||||
<td class="logo" style="border-collapse: collapse; vertical-align: middle; padding-left:34px; padding-top:20px; padding-bottom:12px" valign="middle">
|
||||
<img src="{{ $message->embed(asset('images/emails/logo.png')) }}" alt="github" />
|
||||
<img src="{{ $message->embed(asset('images/invoiceninja-logo.png')) }}" alt="github" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue