Skip to content

Commit f02573b

Browse files
authored
fix: #835 remove outage message (#837)
1 parent a0ad490 commit f02573b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

admin/src/app/header/header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<div class="header-notice">
1010
<span class="navbar-environment" *ngIf="environmentDisplay">{{environmentDisplay}}</span>
1111
<!-- Uncomment below Maintenance Notice and adjust it if needed -->
12-
<div class="downtime-notice">
12+
<!-- <div class="downtime-notice">
1313
<span>Scheduled Maintenance on July 28th, 2025, 6:00–7:30 PM PST. <br/></span>
1414
<span>The app will be temporarily unavailable. Thank you for your understanding and patience.</span>
15-
</div>
15+
</div> -->
1616
</div>
1717

1818
<button class="navbar-toggler" type="button" title="Toggle Main Navigation"

public/src/app/header/header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<div class="header-notice">
99
<span class="navbar-environment" *ngIf="environmentDisplay">{{environmentDisplay}}</span>
1010
<!-- Uncomment below Maintenance Notice and adjust it if needed -->
11-
<div class="downtime-notice">
11+
<!-- <div class="downtime-notice">
1212
<span>Scheduled Maintenance on July 28th, 2025, 6:00–7:30 PM PST. <br/></span>
1313
<span>The app will be temporarily unavailable. Thank you for your understanding and patience.</span>
14-
</div>
14+
</div> -->
1515
</div>
1616

1717
<button class="navbar-toggler" type="button" title="Toggle Main Navigation"

0 commit comments

Comments
 (0)