From 51c8dad31eec097cf05362045d9fe6b18d062e75 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Mon, 26 Sep 2022 14:38:05 +0300 Subject: [PATCH] fix(maintenance): added maintenance --- src/index.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 25dd1860..554e8289 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,7 +5,7 @@ import { } from 'react' import ReactDOM from 'react-dom' -// import styled from 'styled-components' +import styled from 'styled-components' import { isIOS } from 'config/userAgent' @@ -15,23 +15,23 @@ export const App = process.env.REACT_APP_TYPE === 'auth-service' ? lazy(() => import('features/AuthServiceApp')) : lazy(() => import('features/App')) -// const ScContent = styled.div` -// display: flex; -// align-items: center; -// justify-content: center; -// font-size: 24px; -// color: #000000; -// flex-direction: column; -// ` +const ScContent = styled.div` + display: flex; + align-items: center; + justify-content: center; + font-size: 24px; + color: #000000; + flex-direction: column; +` // временная заглушка пока бэкенд переезжает ReactDOM.render( - - {/* + {/* */} +

The site is temporarily unavailable

El sitio está temporalmente fuera de servicio

-
*/} +
, document.getElementById('root'),