diff --git a/resources/views/partials/checkins-list.blade.php b/resources/views/partials/checkins-list.blade.php index e45fdb2..3a05b6b 100644 --- a/resources/views/partials/checkins-list.blade.php +++ b/resources/views/partials/checkins-list.blade.php @@ -5,7 +5,7 @@ $embedMissing = null; if (preg_match("/\[\[([^\]]+)\]\]/", $checkin->note, $filepath)) { if (preg_match("/\.webm/", $filepath[1])) { - $hasEmbed = 'video'; + $hasEmbed = 'videos'; $trip_slug = preg_replace( '/[^A-Za-z0-9-]+/', '-', strtolower( $trip->name ) ); if (file_exists(public_path() . "/" . $trip_slug . "/" . $hasEmbed . "/" . $filepath[1])) { $path = "/" . $trip_slug . "/" .$hasEmbed . "/" . $filepath[1]; @@ -49,7 +49,7 @@ 🖼️ @endif @if($hasEmbed) - @if($hasEmbed === 'video') + @if($hasEmbed === 'videos') 📹 @endif @if($hasEmbed === 'audio')