diff --git a/src/components/text/Text.astro b/src/components/text/Text.astro index 5046f68..7db2aff 100644 --- a/src/components/text/Text.astro +++ b/src/components/text/Text.astro @@ -167,7 +167,7 @@ import Icon from "./icons/Icon.astro"; spotifyT.href = spotify.link; spotifyT.classList.add("spotLinkActive"); } else { - spotifyT.textContent = " "; + spotifyT.textContent = "♫ currently not listening to anything... "; spotifyT.classList.remove("spotLinkActive"); spotifyT.removeAttribute("href"); }