¨4.0.1¨
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<div class="col-lg-3 col-md-6 col-9">
|
||||
<a href="{{ $brand->url() }}" class="brand-image">
|
||||
@if ($brand->logo->exists)
|
||||
<img src="{{ $brand->logo->path }}" alt="brand image">
|
||||
<img src="{{ $brand->logo->path }}" alt="Brand image">
|
||||
@else
|
||||
<img src="{{ asset('themes/storefront/public/images/image-placeholder.png') }}" class="image-placeholder" alt="brand image">
|
||||
<img src="{{ asset('build/assets/image-placeholder.png') }}" class="image-placeholder" alt="Brand image">
|
||||
@endif
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user