mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update logo on import/completed email
This commit is contained in:
parent
5c330c6f66
commit
545dd0f22c
@ -1,4 +1,4 @@
|
||||
@component('email.template.admin', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings, 'company' => $company ?? ''])
|
||||
@component('email.template.admin', ['logo' => $Logo, 'settings' => $settings, 'company' => $company ?? ''])
|
||||
<div class="center">
|
||||
<h1>{{ ctrans('texts.import_complete') }}</h1>
|
||||
<p>Hello, here is the output of your recent import job.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user