This commit is contained in:
pushuo 2022-08-26 09:02:58 +08:00
parent 1252708660
commit 2da64d98b7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<div class="brand-item">
<img src="{{ $brand['logo'] ?? asset('image/default/banner-1.png') }}" class="img-fluid">
</div>
<p class="text-center text-dark">{{ $brand['name'] }}</p>
<p class="text-center text-dark mb-4">{{ $brand['name'] }}</p>
</a>
</div>
@endforeach