fix: js error in theme toggle initialization
Previously generated error like: `Uncaught TypeError: document.getElementById(...) is null` This is because the toggle id is not the same on mobile and desktop, and we only have a single element on each device.
Please register or sign in to comment