We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ffdc1 commit 96604bbCopy full SHA for 96604bb
resources/views/layouts/sidebar.blade.php
@@ -30,7 +30,7 @@
30
@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') }}">
32
@else
33
- <link rel="icon" type="image/svg+xml" href="{{ asset('littlelink/images/logo.svg') }}">
+ <img class="img logo rounded-circle" type="image/svg+xml" src="{{ asset('littlelink/images/logo.svg') }}" style="width:100px;">
34
@endif
35
</a>
36
<ul class="list-unstyled components mb-5">
0 commit comments