Skip to content

Commit 5b1a612

Browse files
authored
fix(sidebar-state): Change sidebar cookie name according to shadcn
1 parent 2c43df7 commit 5b1a612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
health: '/up',
1515
)
1616
->withMiddleware(function (Middleware $middleware) {
17-
$middleware->encryptCookies(except: ['appearance', 'sidebar_state']);
17+
$middleware->encryptCookies(except: ['appearance', 'sidebar:state']);
1818

1919
$middleware->web(append: [
2020
HandleAppearance::class,

0 commit comments

Comments
 (0)