fix: fixing unpublished artwork epsideo card

This commit is contained in:
Paul Couture 2023-12-22 23:17:53 -06:00
parent 97fa5a6f9f
commit ac28e86e68

View File

@ -14,7 +14,7 @@
<div class="content">
<div class="header d-flex-between pt-4 pb-1">
<h3 class="title">
<a href="/podcast/{{ $thisPodcast->slug }}/episode/{{ $thisEpisode->slug }}">"{{ $thisArtwork->title }}"</a>
<a href="/artworks/{{ $thisArtwork->id }}">"{{ $thisArtwork->title }}"</a>
</h3>
<div class="more-dropdown "><i class="ri-more-fill" data-bs-toggle="dropdown"></i>
<ul class="dropdown-menu dropdown-menu-dark">