diff options
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 06aca9bcd..a7128d4fa 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <div *ngIf="customCSS" [innerHTML]="customCSS"></div> | 1 | <div *ngIf="customCSS" [innerHTML]="customCSS"></div> |
2 | 2 | ||
3 | <div> | 3 | <div [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }"> |
4 | <div class="header"> | 4 | <div class="header"> |
5 | 5 | ||
6 | <div class="top-left-block" [ngClass]="{ 'border-bottom': isMenuDisplayed === false }"> | 6 | <div class="top-left-block" [ngClass]="{ 'border-bottom': isMenuDisplayed === false }"> |