From 919af2db638465a7719bde4647712b2d22038f03 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 10 May 2025 08:23:45 +0100 Subject: [PATCH] Remove scrobble icon Not sure why, but after pressing the button, it doesn't get restored after loading has finished. --- .../components/release_component.ex | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/music_library_web/components/release_component.ex b/lib/music_library_web/components/release_component.ex index ceb1e4ff..4adbbea0 100644 --- a/lib/music_library_web/components/release_component.ex +++ b/lib/music_library_web/components/release_component.ex @@ -36,8 +36,7 @@ defmodule MusicLibraryWeb.ReleaseComponent do phx-target={@myself} phx-disable-with={gettext("Scrobbling...")} > - {gettext("Scrobble release")} - <.last_fm_icon class="w-4 fill-current" /> + {gettext("Scrobble release")} - - - """ - end end