auth customization
This commit was merged in pull request #1.
This commit is contained in:
@@ -39,17 +39,16 @@ const AuthLayout = () => {
|
||||
Home
|
||||
</a>
|
||||
|
||||
|
||||
<a href='#' className='px-5' target='_blank'>
|
||||
<a href={process.env.REACT_APP_TERMS_LINK} className='px-5' target='_blank'>
|
||||
Terms
|
||||
</a>
|
||||
|
||||
<a href='#' className='px-5' target='_blank'>
|
||||
Plans
|
||||
<a href={process.env.REACT_APP_CONTACT_LINK} className='px-5' target='_blank'>
|
||||
Contact Us
|
||||
</a>
|
||||
|
||||
<a href='#' className='px-5' target='_blank'>
|
||||
Contact Us
|
||||
<a href={process.env.REACT_APP_ABOUT_LINK} className='px-5' target='_blank'>
|
||||
About Us
|
||||
</a>
|
||||
</div>
|
||||
{/* end::Links */}
|
||||
@@ -73,8 +72,8 @@ const AuthLayout = () => {
|
||||
|
||||
{/* begin::Image */}
|
||||
<img
|
||||
className='mx-auto w-275px w-md-50 w-xl-500px mb-10 mb-lg-20'
|
||||
src={toAbsoluteUrl('/media/misc/auth-screens.png')}
|
||||
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')}
|
||||
alt=''
|
||||
/>
|
||||
{/* end::Image */}
|
||||
|
||||
Reference in New Issue
Block a user