From ae494b3e48fedecf04ee6d5fada9619320efbdb2 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 7 Nov 2024 19:52:53 +0100 Subject: [PATCH] auth fonts adjusted --- src/components/AuthPages/AuthLayout2.jsx | 2 +- .../AuthPages/Login/LoginLanding.jsx | 21 ++++++++++--------- src/components/AuthPages/Login/index2.jsx | 1 + src/components/AuthPages/SignUp/index2.jsx | 4 ++-- src/components/MyWallet/FamilyWalletBox.jsx | 2 +- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/components/AuthPages/AuthLayout2.jsx b/src/components/AuthPages/AuthLayout2.jsx index 5667ad7..ff533ea 100644 --- a/src/components/AuthPages/AuthLayout2.jsx +++ b/src/components/AuthPages/AuthLayout2.jsx @@ -35,7 +35,7 @@ export default function LoginLayout({ slogan, children }) { > */}
-
+
{children && children}
diff --git a/src/components/AuthPages/Login/LoginLanding.jsx b/src/components/AuthPages/Login/LoginLanding.jsx index fae7488..a43a30b 100644 --- a/src/components/AuthPages/Login/LoginLanding.jsx +++ b/src/components/AuthPages/Login/LoginLanding.jsx @@ -42,11 +42,11 @@ export default function LoginLanding() { {/*
*/}
-
+
{/* APP DOWNLOAD STORE */} -
-
-
+
+
+ -
+ +
-
-

- Log in as a: +
+

+ Log in as a:

@@ -91,11 +92,11 @@ export default function LoginLanding() {
-
+
Don't have an account?{" "} Sign Up diff --git a/src/components/AuthPages/Login/index2.jsx b/src/components/AuthPages/Login/index2.jsx index 5d382af..d3a7937 100644 --- a/src/components/AuthPages/Login/index2.jsx +++ b/src/components/AuthPages/Login/index2.jsx @@ -327,6 +327,7 @@ export default function Login() { {/* END of switch login component */} {/* for login component */} +

{loginType == 'full' ? 'Login' : 'Kids and Teens'}

{ loginType == "full" ? ( //user login component diff --git a/src/components/AuthPages/SignUp/index2.jsx b/src/components/AuthPages/SignUp/index2.jsx index d402bb7..67717d9 100644 --- a/src/components/AuthPages/SignUp/index2.jsx +++ b/src/components/AuthPages/SignUp/index2.jsx @@ -271,12 +271,12 @@ export default function SignUp() { I agree with all terms and condition diff --git a/src/components/MyWallet/FamilyWalletBox.jsx b/src/components/MyWallet/FamilyWalletBox.jsx index 6b8e126..6afb26f 100644 --- a/src/components/MyWallet/FamilyWalletBox.jsx +++ b/src/components/MyWallet/FamilyWalletBox.jsx @@ -51,7 +51,7 @@ export default function FamilyWalletBox({ wallet, payment }) { height="min-h-[240px]" />
- ) : wallet?.data.length > 0 ? ( + ) : wallet?.data?.length > 0 ? ( <> {wallet?.data?.length > 1 && (