From 105951321d48e6ee463c9f8644bb223c10f9c883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 7 Jun 2021 18:06:34 +0200 Subject: [PATCH] Admin: auth / verify.blade.php --- resources/views/email/auth/verify.blade.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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') }} + +
@endcomponent