Skip to content

Commit d484993

Browse files
authored
Merge pull request #411 from thatblindgeye/updateThemeSwitchVar
chore(Config): updated hasDarkThemeSwitcher var
2 parents 05e8c4f + 67c1686 commit d484993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/patternfly-docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module.exports = {
33
sideNavItems: [{ section: 'extensions' }],
44
topNavItems: [],
55
port: 8006,
6-
hasDarkThemeSwitcher: true,
6+
hasThemeSwitcher: true,
77
};

0 commit comments

Comments
 (0)