Skip to content

Commit

Permalink
Update index.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jovitamaharani committed Nov 19, 2024
1 parent 0a97b90 commit 18f39e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function ListExchange(index, value) {
<div class="event__item-thumb">
<a href="javascript:void(0)" class="shine__animate-link">
<div style="border: 1px solid #B5B5C3; padding: 20px 20px 20px 25px; border-radius: 10px;">
<img src="${value.photo && value.photo !== url + '/storage' && /\.(jpeg|jpg|gif|png)$/i.test(value.photo) ? url + value.photo : '{{ asset('assets/img/no-image/no-image.jpg') }}'}" alt="img" style="width: 100%; height:150px;">
<img src="${value.photo && value.photo !== url + '/storage' && /\.(jpeg|jpg|gif|png)$/i.test(value.photo) ? value.photo : '{{ asset('assets/img/no-image/no-image.jpg') }}'}" alt="img" style="width: 100%; height:150px;">
</div>
</a>
</div>
Expand Down

0 comments on commit 18f39e1

Please sign in to comment.