mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Updated footer links
This commit is contained in:
parent
507fe97e84
commit
5bf9fd177b
|
@ -10,11 +10,13 @@
|
|||
</a>
|
||||
|
||||
<div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs>
|
||||
<a mat-button href="http://fusetheme.com/angular/docs" target="_blank">Documentation</a>
|
||||
<a mat-button routerLink="/documentation/getting-started/introduction">Documentation</a>
|
||||
<span>•</span>
|
||||
<a mat-button href="http://fusetheme.com/angular/changelog" target="_blank">Changelog</a>
|
||||
<a mat-button routerLink="/documentation/changelog">Changelog</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</mat-toolbar>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { MatButtonModule, MatIconModule, MatToolbarModule } from '@angular/material';
|
||||
|
||||
import { FuseSharedModule } from '@fuse/shared.module';
|
||||
|
@ -10,6 +11,8 @@ import { FooterComponent } from 'app/layout/components/footer/footer.component';
|
|||
FooterComponent
|
||||
],
|
||||
imports : [
|
||||
RouterModule,
|
||||
|
||||
MatButtonModule,
|
||||
MatIconModule,
|
||||
MatToolbarModule,
|
||||
|
|
|
@ -988,7 +988,7 @@ export const navigation: FuseNavigation[] = [
|
|||
},
|
||||
{
|
||||
id : '3rd-party-components',
|
||||
title : '3rd Party components',
|
||||
title : '3rd Party Components',
|
||||
type : 'collapsable',
|
||||
icon : 'import_contacts',
|
||||
children: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user