fix typo in error pages title (#437)

This commit is contained in:
oleole39 2024-11-18 20:02:39 +00:00 committed by GitHub
parent c492d9a62b
commit 16fc954c8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import Layout from "src/layout/Layout";
const NotFound = () => {
return (
<Layout>
<NextSeo {...SEO} title="404 | ToDiagram" noindex />
<NextSeo {...SEO} title="404 | JSON Crack" noindex />
<Stack mt={100} justify="center" align="center">
<Title fz={150} style={{ fontFamily: "monospace" }}>
404

View File

@ -10,7 +10,7 @@ const Custom500 = () => {
return (
<Layout>
<NextSeo {...SEO} title="Unexpected Error Occurred | ToDiagram" />
<NextSeo {...SEO} title="Unexpected Error Occurred | JSON Crack" />
<Stack mt={100} justify="center" align="center">
<Title fz={150} style={{ fontFamily: "monospace" }}>
500