diff --git a/resources/views/email/auth/verify.blade.php b/resources/views/email/auth/verify.blade.php index 47b119b938e7..7ef76cd707e1 100644 --- a/resources/views/email/auth/verify.blade.php +++ b/resources/views/email/auth/verify.blade.php @@ -1,12 +1,9 @@ -@component('email.template.master', ['design' => 'light', 'whitelabel' => false]) +@component('email.template.admin-light', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings]) +
{{ ctrans('texts.confirmation_message') }}
- @slot('header') - @include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png']) - @endslot - -{{ ctrans('texts.confirmation_message') }}
- - confirmation_code}") }}" target="_blank" class="button"> - {{ ctrans('texts.confirm') }} - + confirmation_code}") }}" target="_blank" class="button"> + {{ ctrans('texts.confirm') }} + +