From f3fb00aad5d1e4d30fa6396984dadf300e35de8d Mon Sep 17 00:00:00 2001 From: developer Date: Tue, 21 Apr 2026 10:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D0=B8=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D0=BA=D0=B8=20=D0=B2=20email=20=D1=83=D0=B2=D0=B5=D0=B4?= =?UTF-8?q?=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/vendor/mail/html/header.blade.php | 6 +++--- resources/views/vendor/mail/html/themes/default.css | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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 */