diff options
| -rw-r--r-- | src/pages/404.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx index 6288f0c..782a349 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -7,11 +7,10 @@ const NotFoundPage = (): React.ReactElement => { <Layout> <BlockHeader>Not found</BlockHeader> <BlockBody> - Sorry{" "} + Sorry! We couldn't find what you were looking for <span role="img" aria-label="Pensive emoji"> 😔 - </span>{" "} - we couldn't find what you were looking for. + </span> </BlockBody> <BlockLink href="/" aria-label="Return to the front page"> Home |
