From a1c782a670aa86f399b14b0f4330717fdd9b62fe Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 30 Sep 2024 09:40:42 +0100 Subject: [PATCH] Fix artwork shadow in record list --- lib/music_library_web/live/record_live/index.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/record_live/index.html.heex b/lib/music_library_web/live/record_live/index.html.heex index d91bb5c1..5a0cb07d 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -24,8 +24,8 @@ row_click={fn {_id, record} -> JS.navigate(~p"/records/#{record}") end} > <:col :let={{_id, record}} label="Image"> - - {record.title} + + {record.title} <%= Records.Record.format_short_label(record.format) %>