Logo change

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-30 21:21:31 -04:00
parent 8278a33443
commit e0944df276
3 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -34,6 +34,12 @@ const AuthLayout = () => {
<div className='d-flex flex-center flex-wrap px-5'>
{/* begin::Links */}
<div className='d-flex fw-semibold text-primary fs-base'>
<a href='http://float-www.dev.chiefsoft.net' className='px-5' target='_blank'>
Home
</a>
<a href='#' className='px-5' target='_blank'>
Terms
</a>
@@ -61,7 +67,7 @@ const AuthLayout = () => {
<div className='d-flex flex-column flex-center py-15 px-5 px-md-15 w-100'>
{/* begin::Logo */}
<Link to='/' className='mb-12'>
<img alt='Logo' src={toAbsoluteUrl('/media/logos/custom-1.png')} className='h-75px' />
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
</Link>
{/* end::Logo */}