Skip to content
Snippets Groups Projects
Commit 90c23630 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix color of account-text in header

parent 0ec01ef6
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@
<div class="label-icon">
<mat-icon *ngIf="!user.isGuest" class="header-icons">account_circle</mat-icon>
<mat-icon *ngIf="user.isGuest" svgIcon="meeting_room" class="header-icons"></mat-icon>
<h2 *ngIf="!user.isGuest">{{'header.my-account' | translate}}</h2>
<h2 class="oldtypo-h2" *ngIf="!user.isGuest">{{'header.my-account' | translate}}</h2>
<!--Guest Account-->
<h2 class="oldtypo-h2" *ngIf="user.isGuest">{{'header.my-guest-account' | translate}}</h2>
</div>
......
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