fix: fixing unpublished artwork epsideo card
This commit is contained in:
parent
97fa5a6f9f
commit
ac28e86e68
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user