diff --git a/public/media/logos/logo.png b/public/media/logos/logo.png new file mode 100644 index 0000000..35ef789 Binary files /dev/null and b/public/media/logos/logo.png differ diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index a52cde2..25f9a5b 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -34,6 +34,12 @@ const AuthLayout = () => {
{/* begin::Links */}
+ + + Home + + + Terms @@ -61,7 +67,7 @@ const AuthLayout = () => {
{/* begin::Logo */} - Logo + Float Mobility {/* end::Logo */} diff --git a/src/index.tsx b/src/index.tsx index af621df..821656a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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) { - + {/**/} ) }