maintenance #2

Open
ayo wants to merge 5 commits from maintenance into main
Showing only changes of commit 2d085cbf9f - Show all commits

View file

@ -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} />