This commit is contained in:
Alfie King 2024-09-05 00:24:19 +01:00
parent 6c347ca179
commit c5065df4cb

View File

@ -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);
}