From 9bc7f70b50c7107ed0d80b297584e2bf97f7e525 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 13 Jul 2025 17:57:19 +0100 Subject: [PATCH] Fix leading for record details title --- lib/music_library_web/live/collection_live/show.html.heex | 2 +- lib/music_library_web/live/wishlist_live/show.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 17d1dabd..7e6b6b83 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}

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 1b7d2516..e668c696 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -16,7 +16,7 @@

{@record.title}

-

+

<.record_colors record={@record} /> {Records.Record.format_release_date(@record.release_date)}