Issue #4598 fixed
This commit is contained in:
parent
b979fc0c3f
commit
f1e8e4fc5a
|
|
@ -1,5 +1,5 @@
|
|||
@if ($logo = core()->getCurrentChannel()->logo_url)
|
||||
<img src="{{ $logo }}" alt="{{ config('app.name') }}" style="height: 40px; width: 110px;"/>
|
||||
@else
|
||||
<img src="{{ bagisto_asset('images/logo.svg') }}" alt="">
|
||||
<img src="{{ asset('themes/default/assets/images/logo.svg') }}" alt="{{ config('app.name') }}"/>
|
||||
@endif
|
||||
Loading…
Reference in New Issue