changed icon and page title, customized auth pages
This commit was merged in pull request #1.
This commit is contained in:
@@ -64,8 +64,8 @@ export function Login() {
|
||||
>
|
||||
{/* begin::Heading */}
|
||||
<div className='text-center mb-11'>
|
||||
<h1 className='text-dark fw-bolder mb-3'>Sign In</h1>
|
||||
<div className='text-gray-500 fw-semibold fs-6'>Your Social Campaigns</div>
|
||||
{/* <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 */}
|
||||
|
||||
@@ -125,11 +125,12 @@ export function Login() {
|
||||
<div className='alert-text font-weight-bold'>{formik.status}</div>
|
||||
</div>
|
||||
) : (
|
||||
<div className='mb-10 bg-light-info p-8 rounded'>
|
||||
<div className='text-info'>
|
||||
Any text before login box - please configure
|
||||
</div>
|
||||
</div>
|
||||
// <div className='mb-10 bg-light-info p-8 rounded'>
|
||||
// <div className='text-info'>
|
||||
// Any text before login box - please configure
|
||||
// </div>
|
||||
// </div>
|
||||
null
|
||||
)}
|
||||
|
||||
{/* begin::Form group */}
|
||||
|
||||
Reference in New Issue
Block a user