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 8243d7c commit 69fc086Copy full SHA for 69fc086
resources/views/layouts/sidebar.blade.php
@@ -27,7 +27,11 @@
27
<a href="{{ url('/panel/index') }}">
28
@endif
29
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') }}">
34
+ @endif
35
</a>
36
<ul class="list-unstyled components mb-5">
37
0 commit comments