We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fb8ed commit 4662e21Copy full SHA for 4662e21
src/pages/_error.tsx
@@ -10,7 +10,7 @@ const Custom500 = () => {
10
11
return (
12
<Layout>
13
- <NextSeo {...SEO} title="Unexpected Error Occured | ToDiagram" />
+ <NextSeo {...SEO} title="Unexpected Error Occurred | ToDiagram" />
14
<Stack mt={100} justify="center" align="center">
15
<Title fz={150} style={{ fontFamily: "monospace" }}>
16
500
0 commit comments