Skip to content

Commit 29be870

Browse files
authored
Update maintenance message and hide elements
Hide the badge and footer note during maintenance.
1 parent 0f23dde commit 29be870

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<div class="container" role="main">
269269
<div class="logo" aria-hidden="true"></div>
270270

271-
<div class="badge">
271+
<div class="badge" style="display:none">
272272
<span class="badge-dot"></span>
273273
In Progress
274274
</div>
@@ -277,13 +277,13 @@ <h1>We're making improvements</h1>
277277

278278
<div class="divider" aria-hidden="true"></div>
279279

280-
<p>Our site is currently undergoing maintenance to improve your experience. We'll be back online shortly — thank you for your patience.</p>
280+
<p>Our site is currently undergoing maintenance to improve your experience. We'll be back online shortly.</p>
281281

282282
<div class="progress-container" role="progressbar" aria-label="Maintenance progress" aria-valuetext="In progress">
283283
<div class="progress-bar"></div>
284284
</div>
285285

286-
<p class="footer-note">Expected downtime: a few hours</p>
286+
<p class="footer-note" style="display:none">Expected downtime: a few hours</p>
287287
</div>
288288

289289
<script>

0 commit comments

Comments
 (0)