aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/404.tsx5
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&apos;t find what you were looking for
<span role="img" aria-label="Pensive emoji">
😔
- </span>{" "}
- we couldn&apos;t find what you were looking for.
+ </span>
</BlockBody>
<BlockLink href="/" aria-label="Return to the front page">
Home