From 0574c2f15940b90f00123b7e50d096e30c43056b Mon Sep 17 00:00:00 2001 From: byzocker Date: Sun, 31 Mar 2024 13:45:55 +0000 Subject: [PATCH] modified: src/components/text/Text.astro --- src/components/text/Text.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }