Skip to content

Commit

Permalink
Merge pull request #333 from pratikb64/dark-mode-fix
Browse files Browse the repository at this point in the history
fix: navbar icon
  • Loading branch information
pratikb64 authored Feb 3, 2025
2 parents 024fda8 + 0ea8f1d commit 2d9f88e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wiki/public/js/wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ window.Wiki = class Wiki {
} else {
$(".sun-moon-container .feather-moon").removeClass("hide");
$("body").removeClass("dark");
switchBanner();
}

$(".sun-moon-container").on("click", function () {
Expand Down

0 comments on commit 2d9f88e

Please sign in to comment.