Skip to content
Snippets Groups Projects
Commit b48330db authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

display demo label

parent 50451331
No related merge requests found
<footer>
<mat-toolbar id="footer-toolbar">
<button mat-button *ngIf="router.url !== '/home'" (click)="navToBlog()">
<button (click)="navToBlog()" *ngIf="router.url !== '/home'" mat-button>
<mat-icon>notes</mat-icon>
<span *ngIf="deviceType === 'desktop'">
{{ 'footer.blog' | translate }}
</span>
</button>
<button mat-button *ngIf="router.url === '/home'" (click)="navToDemoSession()">
<button (click)="navToDemoSession()" *ngIf="router.url === '/home'" mat-button>
<mat-icon>input</mat-icon>
<span *ngIf="deviceType === 'desktop'">
{{ 'footer.demo' | translate}}
</span>
{{ 'footer.demo' | translate}}
</button>
<span class="fill-remaining-space"></span>
<button mat-button (click)="navToDSGVO()">
<button (click)="navToDSGVO()" mat-button>
<mat-icon>security</mat-icon>
<span *ngIf="deviceType === 'desktop'">
{{ 'footer.dsgvo' | translate}}
</span>
</button>
<span class="fill-remaining-space"></span>
<button mat-button (click)="navToImprint()">
<button (click)="navToImprint()" mat-button>
<mat-icon>info</mat-icon>
<span *ngIf="deviceType === 'desktop'">
{{ 'footer.imprint' | translate}}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment