diff --git a/lib/music_library_web/live/record_live/show.html.heex b/lib/music_library_web/live/record_live/show.html.heex index 708d08d7..77ae8781 100644 --- a/lib/music_library_web/live/record_live/show.html.heex +++ b/lib/music_library_web/live/record_live/show.html.heex @@ -1,7 +1,7 @@
-
+
{@record.title} @@ -36,7 +36,6 @@ <.button type="button" class="relative -ml-px inline-flex items-center rounded-none"> <%= gettext("Refresh") %> <.icon - id="refresh-lastfm-feed" name="hero-arrow-path" class="h-4 w-4 mr-1 phx-click-loading:animate-spin" aria-hidden="true" @@ -49,7 +48,6 @@ <.button type="button" class="relative -ml-px inline-flex items-center rounded-none"> <%= gettext("Refresh") %> <.icon - id="refresh-lastfm-feed" name="hero-arrow-path" class="h-4 w-4 mr-1 phx-click-loading:animate-spin" aria-hidden="true" diff --git a/lib/music_library_web/live/stats_live/index.html.heex b/lib/music_library_web/live/stats_live/index.html.heex index 073a4488..15a22614 100644 --- a/lib/music_library_web/live/stats_live/index.html.heex +++ b/lib/music_library_web/live/stats_live/index.html.heex @@ -72,13 +72,7 @@ phx-click={JS.push("refresh_lastfm_feed")} > <%= gettext("Refresh LastFm Feed") %> - <.icon - id="refresh-lastfm-feed" - name="hero-arrow-path" - class="-mt-1 h-5 w-5" - aria-hidden="true" - data-slot="icon" - /> + <.icon name="hero-arrow-path" class="-mt-1 h-5 w-5" aria-hidden="true" data-slot="icon" />