Skip to content

Commit 2d9f88e

Browse files
authored
Merge pull request #333 from pratikb64/dark-mode-fix
fix: navbar icon
2 parents 024fda8 + 0ea8f1d commit 2d9f88e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wiki/public/js/wiki.js

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ window.Wiki = class Wiki {
8383
} else {
8484
$(".sun-moon-container .feather-moon").removeClass("hide");
8585
$("body").removeClass("dark");
86-
switchBanner();
8786
}
8887

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

0 commit comments

Comments
 (0)