There was an error while loading. Please reload this page.
1 parent 2625176 commit ad802caCopy full SHA for ad802ca
1 file changed
client/src/App.tsx
@@ -20,7 +20,7 @@ import { StatisticsProvider } from './contexts/Statistics';
20
import TermsOfServiceModal from '@/desktop/components/TermsOfServiceModal';
21
import TermsOfServiceScreen from '@/mobile/containers/TermsOfServiceScreen';
22
23
-const MOBILE_BREAKPOINT = 1125;
+const MOBILE_BREAKPOINT = 1215;
24
25
function useIsSmallViewport() {
26
const [isSmall, setIsSmall] = useState(() => window.innerWidth < MOBILE_BREAKPOINT);
0 commit comments