Logo change
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -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 */}
|
||||
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@ import {createRoot} from 'react-dom/client'
|
||||
import axios from 'axios'
|
||||
import {Chart, registerables} from 'chart.js'
|
||||
import {QueryClient, QueryClientProvider} from 'react-query'
|
||||
import {ReactQueryDevtools} from 'react-query/devtools'
|
||||
// import {ReactQueryDevtools} from 'react-query/devtools'
|
||||
// Apps
|
||||
import {Site18nProvider} from './_res/i18n/Site18n'
|
||||
/**
|
||||
@@ -40,7 +40,7 @@ if (container) {
|
||||
<AppRoutes />
|
||||
</AuthProvider>
|
||||
</Site18nProvider>
|
||||
<ReactQueryDevtools initialIsOpen={false} />
|
||||
{/*<ReactQueryDevtools initialIsOpen={false} />*/}
|
||||
</QueryClientProvider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user