mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-10 18:41:38 +00:00
Fix: Small issues on navigation icons and IDs
This commit is contained in:
parent
b083fd3ebb
commit
4714fa4a73
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user