diff --git a/index.html b/index.html index b4ddd0d..e7fab9e 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@
- + Loading ...
diff --git a/public/media/logos/sidelogo.png b/public/media/logos/sidelogo.png new file mode 100644 index 0000000..36bfa99 Binary files /dev/null and b/public/media/logos/sidelogo.png differ diff --git a/src/_metronic/layout/components/header/HeaderWrapper.tsx b/src/_metronic/layout/components/header/HeaderWrapper.tsx index 08897c4..e06f4be 100644 --- a/src/_metronic/layout/components/header/HeaderWrapper.tsx +++ b/src/_metronic/layout/components/header/HeaderWrapper.tsx @@ -67,7 +67,7 @@ export function HeaderWrapper() { <> Logo { <> Logo Logo ) : ( <> Logo Logo diff --git a/src/_wrenchboard/layout/components/sidebar/SidebarLogo.tsx b/src/_wrenchboard/layout/components/sidebar/SidebarLogo.tsx index 72071e4..acbca3f 100644 --- a/src/_wrenchboard/layout/components/sidebar/SidebarLogo.tsx +++ b/src/_wrenchboard/layout/components/sidebar/SidebarLogo.tsx @@ -60,7 +60,7 @@ const SidebarLogo = (props: PropsType) => { <> Logo { title={intl.formatMessage({id: 'MENU.DASHBOARD'})} fontIcon='bi-app-indicator' /> - + {/**/}
Crafted diff --git a/src/_wrenchboard/layout/core/_LayoutConfig.ts b/src/_wrenchboard/layout/core/_LayoutConfig.ts index df6bddf..a08e9bb 100644 --- a/src/_wrenchboard/layout/core/_LayoutConfig.ts +++ b/src/_wrenchboard/layout/core/_LayoutConfig.ts @@ -115,7 +115,7 @@ export const DefaultConfig: ILayout = { pageLoader: { componentName: 'page-loader', type: 'none', - logoImage: 'default.svg', + logoImage: 'sidelogo.png', logoClass: 'mh-75px', }, },