Skip to content

Commit

Permalink
update 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 23, 2024
1 parent bd09053 commit 41328b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Custom404() {
<Text fontFamily="heading" fontSize="3rem" fontWeight={700}>
Whoops!
</Text>
<Text>This page doesn't exist!</Text>
<Text>This page does not exist!</Text>
</VStack>
</Grid>
);
Expand Down

0 comments on commit 41328b9

Please sign in to comment.