Skip to content
  • Thomas Bouffard's avatar
    fix: js error in theme toggle initialization · 739bd5d0
    Thomas Bouffard authored
    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.
    739bd5d0