Fix: Small issues on navigation icons and IDs

This commit is contained in:
Sercan Yemen 2024-06-03 09:25:02 +03:00
parent b083fd3ebb
commit 4714fa4a73

View File

@ -1067,19 +1067,19 @@ export const defaultNavigation: FuseNavigationItem[] = [
], ],
}, },
{ {
id: 'navigation-features.level.0', id: 'navigation-features.level.0-with-subtitle',
title: 'Level 0', title: 'Level 0',
subtitle: 'With subtitle', subtitle: 'With subtitle',
icon: 'heroicons_outline:check-circle', icon: 'heroicons_outline:check-circle',
type: 'collapsable', type: 'collapsable',
children: [ children: [
{ {
id: 'navigation-features.level.0.1-1', id: 'navigation-features.level.0.1-1-with-subtitle',
title: 'Level 1.1', title: 'Level 1.1',
type: 'basic', type: 'basic',
}, },
{ {
id: 'navigation-features.level.0.1-2', id: 'navigation-features.level.0.1-2-with-subtitle',
title: 'Level 1.2', title: 'Level 1.2',
type: 'basic', type: 'basic',
}, },
@ -1179,7 +1179,7 @@ export const compactNavigation: FuseNavigationItem[] = [
title: 'Apps', title: 'Apps',
tooltip: 'Apps', tooltip: 'Apps',
type: 'aside', type: 'aside',
icon: 'heroicons_outline:qrcode', icon: 'heroicons_outline:squares-2x2',
children: [], // This will be filled from defaultNavigation so we don't have to manage multiple sets of the same navigation children: [], // This will be filled from defaultNavigation so we don't have to manage multiple sets of the same navigation
}, },
{ {
@ -1259,7 +1259,7 @@ export const horizontalNavigation: FuseNavigationItem[] = [
id: 'apps', id: 'apps',
title: 'Apps', title: 'Apps',
type: 'group', type: 'group',
icon: 'heroicons_outline:qrcode', icon: 'heroicons_outline:squares-2x2',
children: [], // This will be filled from defaultNavigation so we don't have to manage multiple sets of the same navigation children: [], // This will be filled from defaultNavigation so we don't have to manage multiple sets of the same navigation
}, },
{ {