<.flash_group flash={@flash} />
<%= @inner_content %>
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 653f554d..5b7f93d0 100644
--- a/lib/music_library_web/live/collection_live/show.html.heex
+++ b/lib/music_library_web/live/collection_live/show.html.heex
@@ -150,7 +150,7 @@
<%= Jason.encode!(@record.musicbrainz_data, pretty: true) %>
-
+
<.back navigate={@back_url}>
<%= gettext("Back to records") %>
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 3afadfb9..2be6d9b6 100644
--- a/lib/music_library_web/live/wishlist_live/show.html.heex
+++ b/lib/music_library_web/live/wishlist_live/show.html.heex
@@ -143,7 +143,7 @@
<%= Jason.encode!(@record.musicbrainz_data, pretty: true) %>
-
+
<.back navigate={@back_url}>
<%= gettext("Back to wishlist") %>