You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lines causing the problem are var h = document.querySelector('.logo1').innerHTML; h = h.replace(/033cd2/g, COLORS[color][0]); h = h.replace(/78e600/g, COLORS[color][1]); document.querySelector('.logo1').innerHTML = h; specifically the first line. No element in the dom could be found that has class logo1. In fact when I searched for class="logo1" there were no results in vs code. So I think somewhere a class name has been misspelled. Since these classes couldn't be found, can u guide me regarding where you intended to use these classes, logo1 and logo2.
When I am opening the website, I get this error.
The text was updated successfully, but these errors were encountered: