diff --git a/lib/music_library_web/components/scrobble_components.ex b/lib/music_library_web/components/scrobble_components.ex index 160eb8f4..8017ae14 100644 --- a/lib/music_library_web/components/scrobble_components.ex +++ b/lib/music_library_web/components/scrobble_components.ex @@ -20,8 +20,8 @@ defmodule MusicLibraryWeb.ScrobbleComponents do > {gettext("Refresh scrobbles")} <.icon - name="hero-arrow-path" - class="phx-click-loading:animate-spin size-5" + name="hero-cloud-arrow-down" + class="phx-click-loading:animate-bounce size-5" aria-hidden="true" data-slot="icon" /> diff --git a/lib/music_library_web/live/collection_live/show.ex b/lib/music_library_web/live/collection_live/show.ex index 666fa771..d9a7f235 100644 --- a/lib/music_library_web/live/collection_live/show.ex +++ b/lib/music_library_web/live/collection_live/show.ex @@ -163,8 +163,8 @@ defmodule MusicLibraryWeb.CollectionLive.Show do phx-click="refresh_musicbrainz_data" > <.icon - name="hero-arrow-path" - class="phx-click-loading:animate-spin mr-1 size-4" + name="hero-cloud-arrow-down" + class="phx-click-loading:animate-bounce mr-1 size-4" aria-hidden="true" data-slot="icon" /> diff --git a/lib/music_library_web/live/wishlist_live/show.ex b/lib/music_library_web/live/wishlist_live/show.ex index c5a6cd71..58ab7edd 100644 --- a/lib/music_library_web/live/wishlist_live/show.ex +++ b/lib/music_library_web/live/wishlist_live/show.ex @@ -117,8 +117,8 @@ defmodule MusicLibraryWeb.WishlistLive.Show do phx-click="refresh_musicbrainz_data" > <.icon - name="hero-arrow-path" - class="phx-click-loading:animate-spin mr-1 size-4" + name="hero-cloud-arrow-down" + class="phx-click-loading:animate-bounce mr-1 size-4" aria-hidden="true" data-slot="icon" />