Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit d633632

Browse files
author
JWittmeyer
committed
Adds demo banner
1 parent 90550b2 commit d633632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/base/components/header/header.component.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<header class="sticky top-0 z-10 w-full">
22
<div
33
class="relative z-10 flex-shrink-0 h-16 bg-white border-b border-gray-200 shadow-sm flex justify-between items-center">
4+
<div *ngIf="hideLogout" class="absolute top-0 left-0 right-0 bottom-0 flex items-center justify-center">
5+
<div class="font-bold text-red-500">Demo - Everything will be reset on the hour</div>
6+
</div>
47
<div class="flex items-center">
58
<ng-container [ngSwitch]="page">
69
<ng-template [ngSwitchCase]="'projects'">

0 commit comments

Comments
 (0)