Skip to content

Commit

Permalink
Fix logo for email client with no SVG support like Gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Oct 28, 2024
1 parent 401cd4b commit fd77e1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/images/solidtime-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/vendor/mail/html/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if(trim($slot) === 'solidtime')
<img src="{{ asset('images/solidtime-logo.svg') }}" class="logo" alt="solidtime Logo">
<img src="{{ asset('images/solidtime-logo.png') }}" srcset="{{ asset('images/solidtime-logo.svg') }}" class="logo" alt="solidtime Logo">
@else
{{ $slot }}
@endif
Expand Down

0 comments on commit fd77e1e

Please sign in to comment.