We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b31593 commit 5737635Copy full SHA for 5737635
src/pages/500.astro
@@ -4,5 +4,6 @@ import Layout from "../layouts/Layout.astro";
4
5
<Layout>
6
<h1 class="mt-8 ml-4 text-xl">We are facing some internal difficulties</h1>
7
- <p class="ml-4 text-xl">This is probably not your fault try again later</p>
+ <p class="ml-4 text-xl">This is probably not your fault</p>
8
+ <p class="ml-4 text-xl">Try again later</p>
9
</Layout>
0 commit comments