Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnish04 committed Nov 30, 2023
1 parent 0e0d3d1 commit faa2c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/use-desktop-breakpoint.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useMediaQuery } from "@chakra-ui/react";

// Use 480 as our upper limit for the "mobile" experience.
// Use 1496 as lower limit for the "desktop" experience.
const desktopMediaQuery = "(min-width: 1496px)";

export default function useDesktopBreakpoint() {
Expand Down

0 comments on commit faa2c87

Please sign in to comment.