From b94561aa62c00fcecfcf72ba461f3a248c669eb1 Mon Sep 17 00:00:00 2001 From: avsirotkin Date: Tue, 5 Apr 2022 10:56:30 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=86=D0=B5=20=D0=B2=D1=85=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Login.jsx | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/src/pages/Login.jsx b/src/pages/Login.jsx index ff53576..239cf08 100755 --- a/src/pages/Login.jsx +++ b/src/pages/Login.jsx @@ -32,29 +32,31 @@ export const Login = memo(() => { ), [history, location]) return ( - +
- -
- - } /> - - - } /> - - -
- + + + + + } /> + + + } /> + + +
+ +
+
+
+ Отправить заявку на регистрацию
- -
- Отправить заявку на регистрацию -
- -
+ + +
- +
) })