Removed left logos on auth pages #14

Merged
ameye merged 1 commits from loginpage_logo_removal into master 2023-04-19 00:29:16 +00:00
4 changed files with 4 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const AuthLayout = () => {
}, [])
return (
<div className='d-flex flex-column flex-lg-row flex-column-fluid h-100'>
<div className='d-flex flex-column flex-lg-row flex-column-fluid overflow-auto' style={{minHeight: '100vh'}}>
{/* begin::Body */}
<div className='d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1'>
{/* begin::Form */}
@@ -50,12 +50,6 @@ export function ForgotPassword() {
id='kt_login_password_reset_form'
onSubmit={formik.handleSubmit}
>
{/* begin::Heading */}
<div className='text-center mb-11'>
{/* <h1 className='text-dark fw-bolder mb-3'>Sign In</h1> */}
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
</div>
{/* begin::Heading */}
<div className='text-center mb-10'>
{/* begin::Link */}
<div className='text-gray-500 fw-semibold fs-6'>
+3 -3
View File
@@ -75,10 +75,10 @@ export function Login() {
id='kt_login_signin_form'
>
{/* begin::Heading */}
<div className='text-center mb-11'>
{/* <h1 className='text-dark fw-bolder mb-3'>Sign In</h1> */}
{/* <div className='text-center mb-11'>
<h1 className='text-dark fw-bolder mb-3'>Sign In</h1>
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
</div>
</div> */}
{/* begin::Heading */}
{/* begin::Login options */}
@@ -86,12 +86,6 @@ export function Registration() {
id='kt_login_signup_form'
onSubmit={formik.handleSubmit}
>
{/* begin::Heading */}
<div className='text-center mb-11'>
{/* <h1 className='text-dark fw-bolder mb-3'>Sign In</h1> */}
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
</div>
{/* begin::Heading */}
{/* begin::Login options */}
<div className='row g-3 mb-9'>
{/* begin::Col */}