diff --git a/src/app/configs/themesConfig.ts b/src/app/configs/themesConfig.ts index f23c26f..13770fc 100644 --- a/src/app/configs/themesConfig.ts +++ b/src/app/configs/themesConfig.ts @@ -80,7 +80,7 @@ export const themesConfig: FuseThemesType = { }, background: { paper: '#1e293b', - default: '#111827' + default: '#081c44' }, error: { light: '#ffcdd2', diff --git a/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx b/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx index 3c983ed..3cd5910 100644 --- a/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx +++ b/src/app/theme-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.tsx @@ -47,6 +47,7 @@ function NavbarStyle1Content(props: NavbarStyle1ContentProps) {
+ {/* TODO LOGO */}
@@ -63,7 +64,7 @@ function NavbarStyle1Content(props: NavbarStyle1ContentProps) {
footer logo
diff --git a/src/app/theme-layouts/shared-components/Logo.tsx b/src/app/theme-layouts/shared-components/Logo.tsx index 151c299..49e6b36 100644 --- a/src/app/theme-layouts/shared-components/Logo.tsx +++ b/src/app/theme-layouts/shared-components/Logo.tsx @@ -23,28 +23,22 @@ function Logo() { logo
- react - React +

softec Tecnologies

-
TypeScript -
+
*/}
);