File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Layout from "src/layout/Layout";
88const 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments