¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

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