Skip to content
Snippets Groups Projects

Change 'blog' to 'help' and adjust icon in footer

Merged Lukas Mauß requested to merge 402-change-blog-to-help-with-a-corresponding-icon into master
Compare and
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
<footer>
<footer>
<mat-toolbar id="footer-toolbar">
<mat-toolbar id="footer-toolbar">
<button mat-button (click)="navToBlog()" *ngIf="router.url !== '/home'">
<button mat-button (click)="navToBlog()" *ngIf="router.url !== '/home'">
<mat-icon>ondemand_video</mat-icon>
<mat-icon>help_outline</mat-icon>
<span *ngIf="deviceType === 'desktop'">
<span *ngIf="deviceType === 'desktop'">
{{ 'footer.blog' | translate }}
{{ 'footer.help' | translate }}
</span>
</span>
</button>
</button>
<button mat-button (click)="showDemo()" *ngIf="router.url === '/home'">
<button mat-button (click)="showDemo()" *ngIf="router.url === '/home'">