mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(general) Tweaked the "Angular Material components" navigation item title
This commit is contained in:
parent
0c0ef40de3
commit
d693a08136
|
@ -682,8 +682,8 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
|||
icon : 'heroicons_outline:collection',
|
||||
children: [
|
||||
{
|
||||
id : 'user-interface.angular-material',
|
||||
title: 'Angular Material components',
|
||||
id : 'user-interface.material-components',
|
||||
title: 'Material components',
|
||||
type : 'basic',
|
||||
icon : 'heroicons_outline:chip',
|
||||
link : '/ui/angular-material'
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<!-- Title -->
|
||||
<div class="mt-2">
|
||||
<h2 class="text-3xl md:text-4xl font-extrabold tracking-tight leading-7 sm:leading-10 truncate">
|
||||
Angular Material components
|
||||
Angular Material Components
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user