chore: update maintenance message
This commit is contained in:
parent
36d84914d4
commit
2d085cbf9f
1 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,7 @@ import Footer from '../components/Footer.astro'
|
|||
onclick="document.getElementById('router-outlet').innerHTML = `
|
||||
<h1>Under Maintenance</h1>
|
||||
<p>
|
||||
Currently performing scheduled maintenance, working to improve your
|
||||
Currently performing some maintenance, working to improve your
|
||||
experience. Please check back soon. We apologize for any inconvenience
|
||||
this may cause.
|
||||
</p>
|
||||
|
@ -20,9 +20,8 @@ import Footer from '../components/Footer.astro'
|
|||
<div slot="post" id="router-outlet">
|
||||
<h1>Under Maintenance</h1>
|
||||
<p>
|
||||
Currently performing scheduled maintenance, working to improve your
|
||||
experience. Please check back soon. We apologize for any inconvenience
|
||||
this may cause.
|
||||
Currently performing some maintenance, working to improve your experience.
|
||||
Please check back soon. We apologize for any inconvenience this may cause.
|
||||
</p>
|
||||
</div>
|
||||
<Library slot="library" skipSave={true} />
|
||||
|
|
Loading…
Reference in a new issue