master
parent
e51c41c736
commit
bd9095a290
|
@ -57,7 +57,7 @@
|
|||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<i>Currently there are no public themes by this Author available.</i>
|
||||
<i>Wir haben derzeit leider keine Produkte von {{ $author->name }} im verfügbar.</i>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<div class="row top_arbeitgeber logo-carousel slider" data-arrows="true">
|
||||
@foreach($premiumAuthors as $premiumAuthor)
|
||||
<div class="logos slide" style="padding-bottom: 40px; text-align: center">
|
||||
<a href="{{url('/authors')}}/{{$premiumAuthor->slug}}" class="text-center" style="font-size: 13px;">
|
||||
<a href="{{url('/brands')}}/{{$premiumAuthor->slug}}" class="text-center" style="font-size: 13px;">
|
||||
<img src="{{url('/uploads/profile')}}/{{$premiumAuthor->image}}" loading="lazy" alt="Logo {{$premiumAuthor->name}}" class="img-fluid center-block border rounded-circle mb-2">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue