Skip to content

Commit 16fc954

Browse files
authored
fix typo in error pages title (#437)
1 parent c492d9a commit 16fc954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Layout from "src/layout/Layout";
88
const NotFound = () => {
99
return (
1010
<Layout>
11-
<NextSeo {...SEO} title="404 | ToDiagram" noindex />
11+
<NextSeo {...SEO} title="404 | JSON Crack" noindex />
1212
<Stack mt={100} justify="center" align="center">
1313
<Title fz={150} style={{ fontFamily: "monospace" }}>
1414
404

src/pages/_error.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Custom500 = () => {
1010

1111
return (
1212
<Layout>
13-
<NextSeo {...SEO} title="Unexpected Error Occurred | ToDiagram" />
13+
<NextSeo {...SEO} title="Unexpected Error Occurred | JSON Crack" />
1414
<Stack mt={100} justify="center" align="center">
1515
<Title fz={150} style={{ fontFamily: "monospace" }}>
1616
500

0 commit comments

Comments
 (0)