From 1aa3c796663d6dbc026826d6889c223b23c49c24 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 2 Feb 2024 09:42:51 +0100 Subject: [PATCH] added download app links to signup page --- src/components/AuthPages/AuthLayout2.jsx | 2 +- src/components/AuthPages/SignUp/index2.jsx | 27 +++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/components/AuthPages/AuthLayout2.jsx b/src/components/AuthPages/AuthLayout2.jsx index 1e7fcb7..778e1ac 100644 --- a/src/components/AuthPages/AuthLayout2.jsx +++ b/src/components/AuthPages/AuthLayout2.jsx @@ -22,7 +22,7 @@ export default function LoginLayout({ slogan, children }) { > */}
-
+
{children && children}
diff --git a/src/components/AuthPages/SignUp/index2.jsx b/src/components/AuthPages/SignUp/index2.jsx index e0f57f1..810d083 100644 --- a/src/components/AuthPages/SignUp/index2.jsx +++ b/src/components/AuthPages/SignUp/index2.jsx @@ -325,7 +325,7 @@ export default function SignUp() { disabled={countries.loading} type="button" onClick={handleSignUp} - className={`rounded-full mb-6 text-white flex justify-center bg-[#4687ba] hover:bg-[#009ef7] transition-all duration-300 items-center h-[42px] py-[0.8875rem] px-[1.81rem] text-[14.95px] btn-login`} + className={`rounded-full text-white flex justify-center bg-[#4687ba] hover:bg-[#009ef7] transition-all duration-300 items-center h-[42px] py-[0.8875rem] px-[1.81rem] text-[14.95px] btn-login`} > {signUpLoading ? (
@@ -335,6 +335,31 @@ export default function SignUp() {
+ + {/* APP DOWNLOAD STORE */} +
+
+
+ + +
+ Available on the + App Store +
+
+
+
+ + +
+ Available on the + Google Play +
+
+
+
+
+