fix: correcting issues on artist profile page.

This commit is contained in:
2023-12-14 21:57:33 -06:00
parent 2e3b848ff5
commit a37789ff8a
2 changed files with 17 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
<div class="explore-style-one {{ $thisEpisode->artwork_id == $thisArtwork->id ? 'selected' : '' }}">
<div class="thumb">
<a href="/artworks/{{ $thisArtwork->id }}">
<a href="/artworks/{{ $thisArtwork->id }}"
data-bs-toggle="tooltip"
data-bs-placement="top"
title="View This Album Art">
<img src="{{ config('app.static_asset_url')
. '/thumbnails/'
. $thisArtwork->filename ?? '#'}}"