We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1706d9 commit a840076Copy full SHA for a840076
components/ui/sidebar.tsx
@@ -30,7 +30,7 @@ const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
30
const SIDEBAR_WIDTH = "12rem";
31
const SIDEBAR_WIDTH_MOBILE = "18rem";
32
const SIDEBAR_WIDTH_ICON = "3rem";
33
-const SIDEBAR_KEYBOARD_SHORTCUT = "b";
+const SIDEBAR_KEYBOARD_SHORTCUT = "s";
34
35
type SidebarContextProps = {
36
state: "expanded" | "collapsed";
0 commit comments