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 efc6b563..5d74ccb2 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -16,7 +16,7 @@

{@record.title}

-

+

<.record_colors record={@record} /> {Records.Record.format_release_date(@record.release_date)} ยท {format_label( 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 d573676e..899bedab 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}