mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 20:27:05 +01:00
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
This commit is contained in:
parent
aa759a8d3b
commit
ac741d42e6
@ -1,5 +1,5 @@
|
||||
@if(file_exists(base_path("littlelink/images/avatar.png" )))
|
||||
<img class="mb-5" src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/avatar@2x.png 2x') }}">
|
||||
<img class="mb-5" src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/avatar@2x.png 2x') }}" style="width: 150px;">
|
||||
@else
|
||||
<img class="mb-5" src="{{ asset('littlelink/images/avatar@2x.png') }}">
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user