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 b10637d5..bdfc83df 100644
--- a/lib/music_library_web/live/collection_live/show.html.heex
+++ b/lib/music_library_web/live/collection_live/show.html.heex
@@ -8,7 +8,7 @@
-
+
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
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 023e81d3..0852833d 100644
--- a/lib/music_library_web/live/wishlist_live/show.html.heex
+++ b/lib/music_library_web/live/wishlist_live/show.html.heex
@@ -8,7 +8,7 @@
-
+
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />