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 5053d35 commit fc894dfCopy full SHA for fc894df
src/components/LoginContent.tsx
@@ -30,7 +30,7 @@ const Login: NextPage = () => {
30
handleLoginClose();
31
}
32
};
33
- const isDesktop = useMediaQuery('(min-width:600px)');
+ const isDesktop = useMediaQuery('(min-width:1025px)');
34
35
const providers: TProviderName[] = ['Google', 'Facebook', 'Github'];
36
0 commit comments