chore: update maintenance message

This commit is contained in:
Ayo Ayco 2025-09-12 17:45:12 +02:00
parent 36d84914d4
commit 2d085cbf9f

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