diff options
Diffstat (limited to 'src/pages/404.tsx')
| -rw-r--r-- | src/pages/404.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx index 6b0b85a..48de764 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -8,7 +8,7 @@ const NotFoundPage = (): React.ReactElement => { <main> <Content> <BlockHeader>Not found</BlockHeader> - <BlockBody theme={{ padding: "4px 8px" }}> + <BlockBody> Sorry{" "} <span role="img" aria-label="Pensive emoji"> 😔 |
