Skip to content

Commit aa759a8

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 70e01db commit aa759a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@endif
2929

3030
@if(file_exists(base_path("littlelink/images/avatar.png" )))
31-
<img class="img logo rounded-circle" src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/[email protected] 2x') }}">
31+
<img class="img logo rounded-circle" src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/[email protected] 2x') }}" style="width: 150px;>
3232
@else
3333
<img class="img logo rounded-circle" type="image/svg+xml" src="{{ asset('littlelink/images/logo.svg') }}" style="width:100px;">
3434
@endif

0 commit comments

Comments
 (0)