diff options
| author | Jason <jason@haltnet.org> | 2024-04-17 17:31:19 -0400 |
|---|---|---|
| committer | Jason <jason@haltnet.org> | 2024-04-17 17:31:19 -0400 |
| commit | 57c4344ab3356a62baac64068b6493fb305e4b20 (patch) | |
| tree | 2904916b730447962a9f17ca3d5602dc4898ffa5 | |
| parent | Let user know about demo account (diff) | |
| download | raesu-main.tar.gz raesu-main.zip | |
| -rw-r--r-- | raesu_frontend/src/pages/FourOhFour.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raesu_frontend/src/pages/FourOhFour.tsx b/raesu_frontend/src/pages/FourOhFour.tsx index f3aac8c..acc0fd4 100644 --- a/raesu_frontend/src/pages/FourOhFour.tsx +++ b/raesu_frontend/src/pages/FourOhFour.tsx @@ -2,7 +2,7 @@ const FourOhFour = () => { return ( <div> <h1>404</h1> - <p>It is pitch black. You are likely to be eaten by a grue.</p> + <p>This page could not be found!</p> </div> ); } |