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 5f18b4f2..d1512035 100644
--- a/lib/music_library_web/live/collection_live/show.html.heex
+++ b/lib/music_library_web/live/collection_live/show.html.heex
@@ -13,7 +13,7 @@
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
-
+
{@record.title}
@@ -142,7 +142,7 @@
-
+
<%!-- TODO: replace with OSS version --%>
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 97fd9a50..ef1a0d87 100644
--- a/lib/music_library_web/live/wishlist_live/show.html.heex
+++ b/lib/music_library_web/live/wishlist_live/show.html.heex
@@ -13,7 +13,7 @@
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
-
+
{@record.title}
@@ -163,7 +163,7 @@
-
+
<%!-- TODO: replace with OSS version --%>