From 15c534c00d1df2af8d2f4c236ec2d39fb713fb4d Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Wed, 16 Mar 2022 16:44:50 +0330 Subject: [PATCH] Mobile Register Made --- src/App.js | 2 +- src/components/header/Header.js | 5 +- src/components/header/MobileSideMenu/index.js | 9 +- src/components/nav/Nav.js | 2 +- src/view/LoginSignUp/index.css | 42 ++++ src/view/LoginSignUp/mobile/index.js | 122 +++++++++-- src/view/register/mobile/index.js | 196 +++++++----------- 7 files changed, 233 insertions(+), 145 deletions(-) diff --git a/src/App.js b/src/App.js index 53d200a..8430e0c 100644 --- a/src/App.js +++ b/src/App.js @@ -666,7 +666,7 @@ function App() {
- {LOGIN &&
} + {LOGIN &&
} {LOGIN &&