mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
(Navigation) Casing fixes on navigation data
This commit is contained in:
parent
58440b63a7
commit
b87fdc407c
|
@ -77,14 +77,14 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : 'apps.file-manager',
|
id : 'apps.file-manager',
|
||||||
title: 'File manager',
|
title: 'File Manager',
|
||||||
type : 'basic',
|
type : 'basic',
|
||||||
icon : 'heroicons_outline:cloud',
|
icon : 'heroicons_outline:cloud',
|
||||||
link : '/apps/file-manager'
|
link : '/apps/file-manager'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : 'apps.help-center',
|
id : 'apps.help-center',
|
||||||
title : 'Help center',
|
title : 'Help Center',
|
||||||
type : 'collapsable',
|
type : 'collapsable',
|
||||||
icon : 'heroicons_outline:support',
|
icon : 'heroicons_outline:support',
|
||||||
link : '/apps/help-center',
|
link : '/apps/help-center',
|
||||||
|
@ -523,7 +523,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : 'pages.coming-soon',
|
id : 'pages.coming-soon',
|
||||||
title : 'Coming soon',
|
title : 'Coming Soon',
|
||||||
type : 'collapsable',
|
type : 'collapsable',
|
||||||
icon : 'heroicons_outline:clock',
|
icon : 'heroicons_outline:clock',
|
||||||
link : '/pages/coming-soon',
|
link : '/pages/coming-soon',
|
||||||
|
@ -683,7 +683,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id : 'user-interface.material-components',
|
id : 'user-interface.material-components',
|
||||||
title: 'Material components',
|
title: 'Material Components',
|
||||||
type : 'basic',
|
type : 'basic',
|
||||||
icon : 'heroicons_outline:chip',
|
icon : 'heroicons_outline:chip',
|
||||||
link : '/ui/material-components'
|
link : '/ui/material-components'
|
||||||
|
@ -697,7 +697,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : 'user-interface.advanced-search',
|
id : 'user-interface.advanced-search',
|
||||||
title: 'Advanced search',
|
title: 'Advanced Search',
|
||||||
type : 'basic',
|
type : 'basic',
|
||||||
icon : 'heroicons_outline:search-circle',
|
icon : 'heroicons_outline:search-circle',
|
||||||
link : '/ui/advanced-search'
|
link : '/ui/advanced-search'
|
||||||
|
@ -808,7 +808,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : 'user-interface.page-layouts',
|
id : 'user-interface.page-layouts',
|
||||||
title : 'Page layouts',
|
title : 'Page Layouts',
|
||||||
type : 'collapsable',
|
type : 'collapsable',
|
||||||
icon : 'heroicons_outline:template',
|
icon : 'heroicons_outline:template',
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user