Skip to content

Commit e8964f6

Browse files
committed
docs: banner mod
1 parent c0b421d commit e8964f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/theme/DocSidebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useColorMode } from '@docusaurus/theme-common';
33
import OriginalDocSidebar from '@theme-original/DocSidebar';
44
import Cookies from 'js-cookie';
55

6-
const COOKIE_NAME = 'bwndw_fallback_cached';
6+
const COOKIE_NAME = 'bwndw_cached_use_fallback';
77
const COOKIE_DURATION = 28; // days (4 weeks)
88

99
function saveUseFallback(value) {

0 commit comments

Comments
 (0)