mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 09:18:46 +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',
|
icon : 'heroicons_outline:collection',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id : 'user-interface.angular-material',
|
id : 'user-interface.material-components',
|
||||||
title: 'Angular Material components',
|
title: 'Material components',
|
||||||
type : 'basic',
|
type : 'basic',
|
||||||
icon : 'heroicons_outline:chip',
|
icon : 'heroicons_outline:chip',
|
||||||
link : '/ui/angular-material'
|
link : '/ui/angular-material'
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="mt-2">
|
<div class="mt-2">
|
||||||
<h2 class="text-3xl md:text-4xl font-extrabold tracking-tight leading-7 sm:leading-10 truncate">
|
<h2 class="text-3xl md:text-4xl font-extrabold tracking-tight leading-7 sm:leading-10 truncate">
|
||||||
Angular Material components
|
Angular Material Components
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user