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

exchange icon

parent 2b56ca33
1 merge request!404exchange icon
Pipeline #30411 passed with stages
in 7 minutes and 39 seconds
......@@ -43,7 +43,7 @@
<button mat-button *ngIf="user && deviceType === 'desktop'" [matMenuTriggerFor]="userMenu">
<div class="label-icon">
<mat-icon *ngIf="!user.isGuest" class="header-icons">account_box</mat-icon>
<mat-icon *ngIf="user.isGuest" class="header-icons">folder</mat-icon>
<mat-icon *ngIf="user.isGuest" class="header-icons">meeting_room</mat-icon>
<h3 *ngIf="!user.isGuest">{{'header.my-account' | translate}}</h3>
<h3 *ngIf="user.isGuest">{{'header.my-guest-account' | translate}}</h3>
</div>
......@@ -51,7 +51,7 @@
<button mat-icon-button *ngIf="user && deviceType === 'mobile'" [matMenuTriggerFor]="userMenu">
<mat-icon *ngIf="!user.isGuest" class="header-icons">account_box</mat-icon>
<mat-icon *ngIf="user.isGuest" class="header-icons">folder</mat-icon>
<mat-icon *ngIf="user.isGuest" class="header-icons">meeting_room</mat-icon>
</button>
<button mat-button *ngIf="!user && deviceType === 'desktop'" (click)=login(false)>
......
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