Skip to content

Commit d36e15c

Browse files
committed
Merge branch 'main' into workos
2 parents 837a549 + 30219c5 commit d36e15c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

public/apple-touch-icon.png

-72 Bytes
Loading

public/favicon.ico

0 Bytes
Binary file not shown.

public/favicon.svg

+2-2
Loading

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)