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 = ` onclick="document.getElementById('router-outlet').innerHTML = `
<h1>Under Maintenance</h1> <h1>Under Maintenance</h1>
<p> <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 experience. Please check back soon. We apologize for any inconvenience
this may cause. this may cause.
</p> </p>
@ -20,9 +20,8 @@ import Footer from '../components/Footer.astro'
<div slot="post" id="router-outlet"> <div slot="post" id="router-outlet">
<h1>Under Maintenance</h1> <h1>Under Maintenance</h1>
<p> <p>
Currently performing scheduled maintenance, working to improve your Currently performing some maintenance, working to improve your experience.
experience. Please check back soon. We apologize for any inconvenience Please check back soon. We apologize for any inconvenience this may cause.
this may cause.
</p> </p>
</div> </div>
<Library slot="library" skipSave={true} /> <Library slot="library" skipSave={true} />