diff --git a/resources/views/vendor/mail/html/header.blade.php b/resources/views/vendor/mail/html/header.blade.php index 8822cb6..9628252 100644 --- a/resources/views/vendor/mail/html/header.blade.php +++ b/resources/views/vendor/mail/html/header.blade.php @@ -2,10 +2,10 @@ - @if (trim($slot) === 'Alfa') - + @if(array_key_exists('logo', DESIGN_PARAMETERS)) + Logo @else - {{ $slot }} + Logo @endif diff --git a/resources/views/vendor/mail/html/themes/default.css b/resources/views/vendor/mail/html/themes/default.css index 2483b11..49ad91f 100644 --- a/resources/views/vendor/mail/html/themes/default.css +++ b/resources/views/vendor/mail/html/themes/default.css @@ -114,7 +114,6 @@ .header a { .logo { height: 75px; max-height: 75px; - width: 75px; } /* Body */