From 8be4ee52f14455beeb4b2f23b92b969fe4c9f5ee Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 24 Sep 2024 19:40:50 +0100 Subject: [PATCH] updated app store link image --- src/components/AuthPages/Login/index2.jsx | 22 ++++++++++++------- src/components/AuthPages/Promo/Promo.jsx | 8 +++---- src/components/AuthPages/SignUp/index2.jsx | 25 +++++++++++++--------- 3 files changed, 33 insertions(+), 22 deletions(-) diff --git a/src/components/AuthPages/Login/index2.jsx b/src/components/AuthPages/Login/index2.jsx index 4a36003..68f4bd2 100644 --- a/src/components/AuthPages/Login/index2.jsx +++ b/src/components/AuthPages/Login/index2.jsx @@ -16,6 +16,9 @@ import { updateUserDetails } from "../../../store/UserDetails"; import ReCAPTCHA from "react-google-recaptcha"; +import GoogleDownload from '../../../assets/images/download/andriod.jpg' +import IOSDownload from '../../../assets/images/download/apple.jpg' + export default function Login() { // eslint-disable-next-line no-restricted-globals const queryParams = new URLSearchParams(location?.search); @@ -526,40 +529,43 @@ export default function Login() { {/* APP DOWNLOAD STORE */}
-
+
- + {/*
Available on the App Store -
+
*/} + IOS Download
-
+
- + {/*
Available on the Google Play -
+
*/} + IOS Download
+ {loginType == "full" && ( <>
diff --git a/src/components/AuthPages/Promo/Promo.jsx b/src/components/AuthPages/Promo/Promo.jsx index 2673e24..d320d17 100644 --- a/src/components/AuthPages/Promo/Promo.jsx +++ b/src/components/AuthPages/Promo/Promo.jsx @@ -179,10 +179,10 @@ export default function Promo() {
- {/* APP DOWNLOAD STORE */} + {/* APP DOWNLOAD STORE */}
-
-
+
+ -