Skip to content

Commit

Permalink
modified: src/components/text/Text.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
byzocker committed Mar 31, 2024
1 parent d0e317f commit 0574c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/text/Text.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 0574c2f

Please sign in to comment.