From 9584a552ccf9bfe4bcf89b1713eee277d2bd63ee Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Wed, 2 Feb 2022 11:29:36 +0330 Subject: [PATCH] Changed The Routes --- src/App.css | 1 + src/App.js | 4 +++- src/components/Button/index.js | 1 + src/components/nav/Nav.js | 4 ++-- src/view/login/Login.js | 2 +- tailwind.config.js | 3 +++ 6 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 src/components/Button/index.js diff --git a/src/App.css b/src/App.css index 4931613..55e500a 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,4 @@ .App { text-align: center; + direction: rtl; } diff --git a/src/App.js b/src/App.js index a464b72..8c0c398 100644 --- a/src/App.js +++ b/src/App.js @@ -18,6 +18,7 @@ import avatar4 from "./assets/img/avatar/alexander-hipp-iEEBWgY_6lA-unsplash.jpg import avatar5 from "./assets/img/avatar/julian-wan-WNoLnJo7tS8-unsplash.jpg"; import avatar6 from "./assets/img/avatar/nicolas-horn-MTZTGvDsHFY-unsplash.jpg"; import avatar7 from "./assets/img/avatar/pexels-yuri-manei-2690323.jpg"; +import LoginSignUp from './view/LoginSignUp'; let data = [ @@ -643,8 +644,9 @@ function App() { {LOGIN &&
} {LOGIN &&