diff --git a/public/img/demo/snnipe-logo-lg.png b/public/img/demo/logo.png similarity index 100% rename from public/img/demo/snnipe-logo-lg.png rename to public/img/demo/logo.png diff --git a/public/img/demo/snipe-logo-lg.png b/public/img/demo/snipe-logo-lg.png new file mode 100644 index 0000000000..a33581ec75 Binary files /dev/null and b/public/img/demo/snipe-logo-lg.png differ diff --git a/resources/views/notifications/markdown/report-expiring-licenses.blade.php b/resources/views/notifications/markdown/report-expiring-licenses.blade.php index 41930a1f5c..3487ff4b77 100644 --- a/resources/views/notifications/markdown/report-expiring-licenses.blade.php +++ b/resources/views/notifications/markdown/report-expiring-licenses.blade.php @@ -10,7 +10,7 @@ $expires = \App\Helpers\Helper::getFormattedDateObject($license->expiration_date $diff = round(abs(strtotime($license->expiration_date->format('Y-m-d')) - strtotime(date('Y-m-d')))/86400); $icon = ($diff <= ($threshold / 2)) ? '🚨' : (($diff <= $threshold) ? '⚠️' : ' '); @endphp -{{ $icon }} {{ $license->name }} {{ $diff }} {{ trans('mail.Days') }} {{ $expires['formatted'] }} +{{ $icon }} {{ $license->name }} {{ $diff }} {{ trans('mail.Days') }} {{ $expires['formatted'] }} @endforeach @endcomponent