diff --git a/apps/web/src/app.js b/apps/web/src/app.js index f504854f3..4436cdaae 100644 --- a/apps/web/src/app.js +++ b/apps/web/src/app.js @@ -101,53 +101,51 @@ function App() { return ( - - {isMobile && ( - + setShow(state || !show)} + /> + + - - Use our mobile app for - a better experience. - + {isMobile && ( + + + Use our mobile app{" "} + for a better experience. + + + )} + {routeResult} + + + - )} - - setShow(state || !show)} - /> - - - {routeResult} - - - - - - - + + );