Skip to content

Commit

Permalink
Default SVG icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ekdahl committed Dec 28, 2024
1 parent e636546 commit 3280c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/individual-page-images.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ use Illuminate\Support\Collection;
<div class="col-sm-3">
<?php if ($individual_media->isEmpty()) : ?>
<div class="img-thumbnail">
<i class="wt-individual-silhouette wt-individual-silhouette-<?= strtolower($record->sex()) ?> wt-icon-flip-rtl w-100"></i>
<span class="wt-individual-silhouette wt-individual-silhouette-<?= strtolower($record->sex()) ?> wt-icon-flip-rtl w-100">
<i class="fa-regular fa-user p-2 h-auto"></i>
</span>
</div>
<?php elseif ($individual_media->count() === 1) : ?>
<?= $individual_media->first()->displayImage(200, 260, 'crop', ['class' => 'img-thumbnail img-fluid w-100']) ?>
Expand Down

0 comments on commit 3280c67

Please sign in to comment.