This commit is contained in:
rahul shukla 2021-02-10 19:56:08 +05:30
parent b979fc0c3f
commit f1e8e4fc5a
1 changed files with 1 additions and 1 deletions

View File

@ -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