Skip to content

Commit 4c1171c

Browse files
authored
bug fix (#6769)
fix the issue with the dynamic logo script introduced with night mode
1 parent b1d41e9 commit 4c1171c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

material-overrides/js/dynamic-logo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999

100100
// Always use light logo on homepage
101101
if (isHomePage()) {
102-
setLogo(logoPaths.light);
103102
return;
104103
}
105104

0 commit comments

Comments
 (0)