From e5f6b48115b5ace284df2b39afe2603c79398026 Mon Sep 17 00:00:00 2001 From: Jens Maes Date: Fri, 18 Feb 2022 10:27:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=94=A7=20Added=202?= =?UTF-8?q?=20breaks=20in=20message.blade.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The uploaded logo does not align properly, therefor I added 2 breaks which make sure the site title is BELOW the logo and not next to it. --- resources/views/vendor/mail/html/message.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/vendor/mail/html/message.blade.php b/resources/views/vendor/mail/html/message.blade.php index 92191e886c..2ee900dcdb 100644 --- a/resources/views/vendor/mail/html/message.blade.php +++ b/resources/views/vendor/mail/html/message.blade.php @@ -11,6 +11,7 @@ @elseif ($snipeSettings->logo!='') @endif +

{{ $snipeSettings->site_name }}