We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09dac8 commit 30219c5Copy full SHA for 30219c5
resources/js/components/ui/sidebar/utils.ts
@@ -1,7 +1,7 @@
1
import type { ComputedRef, Ref } from 'vue'
2
import { createContext } from 'reka-ui'
3
4
-export const SIDEBAR_COOKIE_NAME = 'sidebar:state'
+export const SIDEBAR_COOKIE_NAME = 'sidebar_state'
5
export const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7
6
export const SIDEBAR_WIDTH = '16rem'
7
export const SIDEBAR_WIDTH_MOBILE = '18rem'
0 commit comments