From 16fc954c8c26e4166e48bab00d5ffeabcc10ca51 Mon Sep 17 00:00:00 2001 From: oleole39 <59071673+oleole39@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:02:39 +0000 Subject: [PATCH] fix typo in error pages title (#437) --- src/pages/404.tsx | 2 +- src/pages/_error.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/404.tsx b/src/pages/404.tsx index cfcbf6b..7441a71 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -8,7 +8,7 @@ import Layout from "src/layout/Layout"; const NotFound = () => { return ( - + 404 diff --git a/src/pages/_error.tsx b/src/pages/_error.tsx index 38edf39..390ef7d 100644 --- a/src/pages/_error.tsx +++ b/src/pages/_error.tsx @@ -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