Skip to content

Commit 7fa1329

Browse files
committed
fix: mobile
1 parent 68a9116 commit 7fa1329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const SidebarProvider = React.forwardRef<
6767
},
6868
ref,
6969
) => {
70-
const isMobile = useIsMobile()
70+
const isMobile = useIsMobile(1300)
7171
const [openMobile, setOpenMobile] = React.useState(false)
7272

7373
// This is the internal state of the sidebar.

0 commit comments

Comments
 (0)