Skip to content

Commit ae915d9

Browse files
Update NoPage component to display full 404 error message
1 parent 6b7fc08 commit ae915d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/frontend/src/pages/NoPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const NoPage = () => {
2-
return <h1>404</h1>;
2+
return <h1>404 Page Not found</h1>;
33
};
44

55
export default NoPage;

0 commit comments

Comments
 (0)