Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jul 15, 2023
1 parent a0c314e commit e2b3440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/public/_list-item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<a class="partner-list-item-link" href="{{ $partner->uri() }}" title="{{ $partner->title }}">
{{-- <a class="partner-list-item-link" href="{{ $partner->website }}" title="{{ $partner->title }}" target="_blank" rel="noopener noreferrer"> --}}
@empty(!$partner->image)
<img class="partner-list-item-image" src="{{ $partner->present()->image(null, 200) }}" width="{{ $partner->image->width }}" height="{{ $partner->image->height }}"
alt="{{ $partner->image->alt_attribute }}" />
<img class="partner-list-item-image" src="{{ $partner->present()->image(null, 200) }}" width="{{ $partner->image->width }}" height="{{ $partner->image->height }}" alt="{{ $partner->image->alt_attribute }}" />
@endempty
</a>
</li>

0 comments on commit e2b3440

Please sign in to comment.