From 6e1724ae0450b8b6e116076e0c4ba19d59076aa7 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Wed, 19 Aug 2020 18:38:33 -0300 Subject: [PATCH] :construction: update mobile breakpoint to 770 --- client/routes.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/routes.jsx b/client/routes.jsx index 28880c76..bf6f7f15 100644 --- a/client/routes.jsx +++ b/client/routes.jsx @@ -28,7 +28,7 @@ const checkAuth = (store) => { }; const mobileFirst = (MobileComponent, Fallback) => props => ( - + {matches => (matches ? : )}