Skip to content

Commit

Permalink
feat: add banner for auditor
Browse files Browse the repository at this point in the history
  • Loading branch information
satikaj committed May 28, 2024
1 parent 890d4e3 commit 30b8df7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/common/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
@if (showHeader) {
@if (currentUser.role === 'Auditor') {
<mat-toolbar class="auditor-banner bg-formatif-blue flex justify-center items-center w-full h-16 my-0">
<span class="text-2xl text-white">You are in view-only mode.</span>
</mat-toolbar>
}
<mat-toolbar
[ngClass]="{inbox: globalState.isInboxState}"
class="flex items-center justify-start"
Expand Down

0 comments on commit 30b8df7

Please sign in to comment.