Skip to content

Commit 8524be5

Browse files
authored
Class ".light-theme" corrected to ".light-mode"
1 parent f41cf38 commit 8524be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
})
99
});
1010
document.querySelector(".theme-btn").addEventListener("click", () => {
11-
document.body.classList.toggle("light-theme");
11+
document.body.classList.toggle("light-mode");
1212
})
1313
})();

0 commit comments

Comments
 (0)