Skip to content

Commit ac741d4

Browse files
custom logo hotfix
Just a quick fix, the logo wasn't displaying correctly I probably should do this with a separate CSS file for all images, but I just did this quick and dirty with a style attribute
1 parent aa759a8 commit ac741d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if(file_exists(base_path("littlelink/images/avatar.png" )))
2-
<img class="mb-5" src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/[email protected] 2x') }}">
2+
<img class="mb-5" src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/[email protected] 2x') }}" style="width: 150px;">
33
@else
44
<img class="mb-5" src="{{ asset('littlelink/images/[email protected]') }}">
55
@endif

0 commit comments

Comments
 (0)