auth customization

This commit was merged in pull request #1.
This commit is contained in:
Chukwumdiebube
2023-04-05 12:11:05 +01:00
parent 947f31eafb
commit 93b96be6b1
8 changed files with 22 additions and 26 deletions
+7 -8
View File
@@ -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 */}