Skip to content

Commit

Permalink
fix: dark mode logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Jul 8, 2024
1 parent 5f592c0 commit dd38a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/public/js/wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ window.Wiki = class Wiki {

$("body").toggleClass("dark");

localStorage.setItem("darkMode", $("body").hasClass("dark"));
});
localStorage.setItem("darkMode", $("body").hasClass("dark"));
}

add_link_to_headings() {
Expand Down

0 comments on commit dd38a01

Please sign in to comment.