mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
fix typo in error pages title (#437)
This commit is contained in:
parent
c492d9a62b
commit
16fc954c8c
@ -8,7 +8,7 @@ import Layout from "src/layout/Layout";
|
|||||||
const NotFound = () => {
|
const NotFound = () => {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<NextSeo {...SEO} title="404 | ToDiagram" noindex />
|
<NextSeo {...SEO} title="404 | JSON Crack" noindex />
|
||||||
<Stack mt={100} justify="center" align="center">
|
<Stack mt={100} justify="center" align="center">
|
||||||
<Title fz={150} style={{ fontFamily: "monospace" }}>
|
<Title fz={150} style={{ fontFamily: "monospace" }}>
|
||||||
404
|
404
|
||||||
|
@ -10,7 +10,7 @@ const Custom500 = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<NextSeo {...SEO} title="Unexpected Error Occurred | ToDiagram" />
|
<NextSeo {...SEO} title="Unexpected Error Occurred | JSON Crack" />
|
||||||
<Stack mt={100} justify="center" align="center">
|
<Stack mt={100} justify="center" align="center">
|
||||||
<Title fz={150} style={{ fontFamily: "monospace" }}>
|
<Title fz={150} style={{ fontFamily: "monospace" }}>
|
||||||
500
|
500
|
||||||
|
Loading…
x
Reference in New Issue
Block a user