Skip to content

Commit

Permalink
for now disable vaul
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Jan 14, 2024
1 parent d218c02 commit 2768c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface ModalProps {
}

export default function Modal({ show, title, children, onHide, someRef }: ModalProps) {
const isDesktop = useMediaQuery('(min-width: 768px)');
const isDesktop = true; // useMediaQuery('(min-width: 768px)');

return (
<>
Expand Down

1 comment on commit 2768c5f

@vercel
Copy link

@vercel vercel bot commented on 2768c5f Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.