diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index bdfc83df..3cb057a6 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -1,6 +1,6 @@
-
+
<.record_cover record={@record} class="w-full rounded-lg drop-shadow-sm" diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index d741d5b6..ab47ed0b 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -1,6 +1,6 @@
-
+
<.record_cover record={@record} class="w-full rounded-lg drop-shadow-sm"