diff options
Diffstat (limited to 'portal-FE-os/src/app/app.component.html')
-rw-r--r-- | portal-FE-os/src/app/app.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/portal-FE-os/src/app/app.component.html b/portal-FE-os/src/app/app.component.html index dea5177c..2c914c52 100644 --- a/portal-FE-os/src/app/app.component.html +++ b/portal-FE-os/src/app/app.component.html @@ -35,5 +35,7 @@ --> - +<div class="diaplay-banner" *ngIf="diaplayBanner"> + <span>{{browserCompatibilityMsg}}</span> +</div> <router-outlet></router-outlet> |