diff --git a/src/components/windows/main/SpotifyCard.astro b/src/components/windows/main/SpotifyCard.astro index 4f26c15..2b8081b 100644 --- a/src/components/windows/main/SpotifyCard.astro +++ b/src/components/windows/main/SpotifyCard.astro @@ -198,6 +198,8 @@ import LastFMIcon from "@assets/svg/fm.svg"; (document.querySelector(".lastfm-link") as HTMLLinkElement).href = track.url; + } else { + spotifyCardWrapper.style = ""; } }