diff --git a/client/index.js b/client/index.js index b03a4bd6..2f54b4e5 100644 --- a/client/index.js +++ b/client/index.js @@ -10,7 +10,7 @@ window.addEventListener("DOMContentLoaded", () => { const className = 'ontouchstart' in window ? 'touch-yes' : 'touch-no'; document.body.classList.add(className); - const $loader = document.querySelector("#nyan_loader"); + const $loader = document.querySelector("#n-lder"); function render(){ ReactDOM.render(, document.getElementById("main"));