Add photo icon

This commit is contained in:
Ben Goldsworthy 2023-03-02 19:42:38 -05:00
parent 79f57e6a11
commit b75bfba9a8
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
<summary class="checkin__summary">
<h2 class="checkin__title">
{!! $checkin->title ?? "<i>Untitled</i>" !!}
@if($checkin->image_url)
<span class="checkin-icon">🖼️</span>
@endif
@if($hasEmbed)
@if($hasEmbed === 'video')
<span class="checkin-icon @if($embedMissing) checkin-icon--missing @endif">&#128249;</span>