Skip to content

Commit

Permalink
fix(ui): remove extra pointing class from the banner element (#4890)
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine Leblanc <antoine.leblanc@corp.ovh.com>
  • Loading branch information
antleblanc authored and bnjjj committed Jan 21, 2020
1 parent d3f13a5 commit 251a06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/app.component.html
Expand Up @@ -3,7 +3,7 @@
<div id="navbar" *ngIf="isConnected && !hideNavBar" [class.connected]="isConnected">
<app-navbar></app-navbar>
</div>
<div class="maintenance banner pointing" [class.mt50]="isConnected" *ngIf="maintenance && (!isConnected || user?.ring == 'ADMIN')">
<div class="maintenance banner" [class.mt50]="isConnected" *ngIf="maintenance && (!isConnected || user?.ring == 'ADMIN')">
<span>{{ 'maintenance_title' | translate }}</span>
<img src="assets/images/maintenance.svg"/>
</div>
Expand Down

0 comments on commit 251a06d

Please sign in to comment.