Skip to content

Commit

Permalink
update default breakpoint value
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Aug 14, 2024
1 parent 9302c6b commit 7ef659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useBreakpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function useBreakpoints() {
return key;
}
}
return undefined;
return 'md';
};

// set initial breakpoint
Expand Down

0 comments on commit 7ef659e

Please sign in to comment.