Skip to content

Commit

Permalink
fix image header
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Jul 21, 2024
1 parent 2c98cb1 commit d267ba7
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -48,7 +48,7 @@ class="mj-column-per-100 mj-outlook-group-fix"
<a href="{{ $url }}">
<img
alt="Eurofurence Fursuit Badge Logo" height="auto"
src="http://localhost/img/caspar_fursuitbadge_transparent_cropped.png"
src="{{ asset('/img/caspar_fursuitbadge_transparent_cropped.png') }}"
style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;"
width="200"
/>
Expand Down

0 comments on commit d267ba7

Please sign in to comment.