Skip to content

Commit ad802ca

Browse files
committed
update mobile breakpoint
1 parent 2625176 commit ad802ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { StatisticsProvider } from './contexts/Statistics';
2020
import TermsOfServiceModal from '@/desktop/components/TermsOfServiceModal';
2121
import TermsOfServiceScreen from '@/mobile/containers/TermsOfServiceScreen';
2222

23-
const MOBILE_BREAKPOINT = 1125;
23+
const MOBILE_BREAKPOINT = 1215;
2424

2525
function useIsSmallViewport() {
2626
const [isSmall, setIsSmall] = useState(() => window.innerWidth < MOBILE_BREAKPOINT);

0 commit comments

Comments
 (0)