обновлен стиль иконки в email уведомлениях

This commit is contained in:
developer 2026-04-21 10:01:12 +08:00
parent 5cd07bfa90
commit f3fb00aad5
2 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,10 @@
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Alfa')
<img src="{{ url('/images/logo.png') }}" class="logo" alt="Logo">
@if(array_key_exists('logo', DESIGN_PARAMETERS))
<img src="{{ url('/storage/' . DESIGN_PARAMETERS['logo']) }}" alt="Logo" height="50">
@else
{{ $slot }}
<img src={{ url('/images/logo.png') }} alt="Logo" height="70">
@endif
</a>
</td>

View File

@ -114,7 +114,6 @@ .header a {
.logo {
height: 75px;
max-height: 75px;
width: 75px;
}
/* Body */