From 8a96a660e937b7890014a947d6df32245f6eebc9 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 8 Jul 2023 15:33:00 -0400 Subject: 404.tsx: Update --- src/pages/404.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/pages') 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 => { Not found - Sorry{" "} + Sorry! We couldn't find what you were looking for 😔 - {" "} - we couldn't find what you were looking for. + Home -- cgit