Updated Image and Logo
This commit was merged in pull request #2.
This commit is contained in:
@@ -60,7 +60,7 @@ const AuthLayout = () => {
|
||||
{/* begin::Aside */}
|
||||
<div
|
||||
className='d-flex flex-lg-row-fluid w-lg-50 bgi-size-cover bgi-position-center order-1 order-lg-2'
|
||||
style={{backgroundImage: `url(${toAbsoluteUrl('/media/misc/auth-bg.png')})`}}
|
||||
style={{backgroundColor: '#f59fa7'}}
|
||||
>
|
||||
{/* begin::Content */}
|
||||
<div className='d-flex flex-column flex-center py-15 px-5 px-md-15 w-100'>
|
||||
@@ -73,7 +73,7 @@ const AuthLayout = () => {
|
||||
{/* begin::Image */}
|
||||
<img
|
||||
className='mx-auto w-275px w-md-50 w-xl-500px mb-10 mb-lg-20 auth-aside'
|
||||
src={toAbsoluteUrl('/media/auth/float-dash.png')}
|
||||
src={toAbsoluteUrl('/media/misc/car-dash.png')}
|
||||
alt=''
|
||||
/>
|
||||
{/* end::Image */}
|
||||
|
||||
@@ -66,7 +66,7 @@ export function Login() {
|
||||
{/* begin::Heading */}
|
||||
<div className='text-center mb-11'>
|
||||
{/* <h1 className='text-dark fw-bolder mb-3'>Sign In</h1> */}
|
||||
<img alt='Logo' src={toAbsoluteUrl('/media/logos/favicon.ico')} />
|
||||
<img alt='Logo' src={toAbsoluteUrl('/media/logos/logo.png')} />
|
||||
</div>
|
||||
{/* begin::Heading */}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user