diff --git a/src/static/js/spotify.js b/src/static/js/spotify.js index eea5fb5..a9beede 100644 --- a/src/static/js/spotify.js +++ b/src/static/js/spotify.js @@ -17,7 +17,7 @@ function spotify() { document.getElementById("spotify").style.display = "flex"; } }).catch(error => { - document.getElementById("spotify").style.display = "none"; + document.getElementById("spotify").style.display = "none"; }); setTimeout(spotify, 3000); }