Skip to content

Commit 30219c5

Browse files
authored
Update SIDEBAR_COOKIE_NAME (#131)
Change SIDEBAR_COOKIE_NAME to `sidebar_state`
1 parent e09dac8 commit 30219c5

File tree

1 file changed

+1
-1
lines changed
  • resources/js/components/ui/sidebar

1 file changed

+1
-1
lines changed

resources/js/components/ui/sidebar/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ComputedRef, Ref } from 'vue'
22
import { createContext } from 'reka-ui'
33

4-
export const SIDEBAR_COOKIE_NAME = 'sidebar:state'
4+
export const SIDEBAR_COOKIE_NAME = 'sidebar_state'
55
export const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7
66
export const SIDEBAR_WIDTH = '16rem'
77
export const SIDEBAR_WIDTH_MOBILE = '18rem'

0 commit comments

Comments
 (0)