diff --git a/website/o3dv/js/website.js b/website/o3dv/js/website.js index 8f600f1..7e7b3c7 100644 --- a/website/o3dv/js/website.js +++ b/website/o3dv/js/website.js @@ -409,7 +409,7 @@ OV.Website = class let theme = 'dark'; AddButton (this.toolbar, this.eventHandler, 'share', 'Dark Mode', true, () => { if (theme === 'dark') { - theme = 'light' + theme = 'light'; } else { theme = 'dark'; }