Overhaul main page button system, add dope explore button animation

This commit is contained in:
2021-03-19 23:47:59 -04:00
parent dae4cc2fae
commit b8baf8a326
3 changed files with 112 additions and 38 deletions

View File

@@ -84,14 +84,6 @@ window.addEventListener("DOMContentLoaded", function () {
document.getElementById(
"background-image"
).style.backgroundImage = "url(" + selected.url + ")";
// document.getElementById(
// "background-info-link"
// ).innerHTML = selected.description;
document.getElementById(
"background-info-link"
).href = selected.source;
});