diff --git a/public/media/logos/custom-1.png b/public/media/logos/custom-1.png
index 0578f3d..332dab5 100644
Binary files a/public/media/logos/custom-1.png and b/public/media/logos/custom-1.png differ
diff --git a/public/media/logos/sidelogo.png b/public/media/logos/sidelogo.png
index 36bfa99..0f4b8fa 100644
Binary files a/public/media/logos/sidelogo.png and b/public/media/logos/sidelogo.png differ
diff --git a/public/media/logos/sidelogo_new.png b/public/media/logos/sidelogo_new.png
index 36bfa99..0f4b8fa 100644
Binary files a/public/media/logos/sidelogo_new.png and b/public/media/logos/sidelogo_new.png differ
diff --git a/src/app/modules/auth/components/Login.tsx b/src/app/modules/auth/components/Login.tsx
index 5730490..8edca2a 100644
--- a/src/app/modules/auth/components/Login.tsx
+++ b/src/app/modules/auth/components/Login.tsx
@@ -71,54 +71,15 @@ export function Login() {
{/* begin::Login options */}
- {/* begin::Col */}
-
- {/* end::Col */}
- {/* begin::Col */}
-
- {/* end::Col */}
{/* end::Login options */}
{/* begin::Separator */}
-
- Or with email
-
+ {/**/}
+ {/* Or with email*/}
+ {/**/}
{/* end::Separator */}
@@ -220,12 +181,12 @@ export function Login() {
{/* end::Action */}
-
- Not a Member yet?{" "}
-
- Sign up
-
-
+ {/**/}
+ {/* Not a Member yet?{" "}*/}
+ {/* */}
+ {/* Sign up*/}
+ {/* */}
+ {/*
*/}
);
}
diff --git a/src/main.tsx b/src/main.tsx
index dbc97cf..65c88ee 100644
--- a/src/main.tsx
+++ b/src/main.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 {MetronicI18nProvider} from './_digifi/i18n/Metronici18n'
import './_digifi/assets/sass/style.react.scss'
@@ -43,7 +43,7 @@ if (container) {
-
+ {/**/}
)
}