From 8355b291c9033a0081993681c33cce3ce3178e87 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 5 Apr 2023 19:38:59 +0100 Subject: [PATCH] aligned Logo Image --- src/app/modules/auth/AuthLayout.tsx | 26 +++++++------------ .../auth/components/ForgotPassword.tsx | 5 ---- src/app/modules/auth/components/Login.tsx | 10 ------- .../modules/auth/components/Registration.tsx | 10 ------- 4 files changed, 9 insertions(+), 42 deletions(-) diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index 7e68ce7..8a5edc9 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -17,11 +17,15 @@ const AuthLayout = () => { }, []) return ( -
+
{/* begin::Body */} -
+
{/* begin::Form */}
+
+ {/*

Sign In

*/} + Float Mobility +
{/* begin::Wrapper */}
@@ -60,26 +64,18 @@ const AuthLayout = () => { {/* begin::Aside */}
- {/* overlay div section */} - {/*
*/} {/* begin::Content */} -
+
{/* begin::Logo */} Float Mobility {/* end::Logo */} - {/* begin::Image */} - {/* */} { the blogger introduces a person they’ve interviewed
and provides some background information - about + about {' '} the interviewee and their
work following this is a transcript of the interview.
- {/*
-

Improve quality of life for the world's population by building the future global transportation platform.

-

Increasing accessibility and personal choices, while reducing travel time traffic congestion, pollution, and loss to local GDP

-
*/} {/* end::Text */}
diff --git a/src/app/modules/auth/components/ForgotPassword.tsx b/src/app/modules/auth/components/ForgotPassword.tsx index 7f0867a..4bb8dce 100644 --- a/src/app/modules/auth/components/ForgotPassword.tsx +++ b/src/app/modules/auth/components/ForgotPassword.tsx @@ -51,11 +51,6 @@ export function ForgotPassword() { onSubmit={formik.handleSubmit} >
- {/* begin::Title */} - {/*

Forgot Password ?

*/} - Float Mobility - {/* end::Title */} - {/* begin::Link */}
Enter your email to reset your password. diff --git a/src/app/modules/auth/components/Login.tsx b/src/app/modules/auth/components/Login.tsx index c53ff11..f6d3da0 100644 --- a/src/app/modules/auth/components/Login.tsx +++ b/src/app/modules/auth/components/Login.tsx @@ -63,11 +63,6 @@ export function Login() { id='kt_login_signin_form' > {/* begin::Heading */} -
- {/*

Sign In

*/} - Float Mobility -
- {/* begin::Heading */} {/* begin::Login options */}
@@ -125,11 +120,6 @@ export function Login() {
{formik.status}
) : ( - //
- //
- // Any text before login box - please configure - //
- //
null )} diff --git a/src/app/modules/auth/components/Registration.tsx b/src/app/modules/auth/components/Registration.tsx index 3b76078..6f0cfef 100644 --- a/src/app/modules/auth/components/Registration.tsx +++ b/src/app/modules/auth/components/Registration.tsx @@ -86,16 +86,6 @@ export function Registration() { id='kt_login_signup_form' onSubmit={formik.handleSubmit} > - {/* begin::Heading */} -
- {/* begin::Title */} - {/*

Sign Up

*/} - Float Mobility - {/* end::Title */} - - {/*
Your Social Campaigns
*/} -
- {/* end::Heading */} {/* begin::Login options */}
-- 2.34.1