Skip to content

Commit a1bde6c

Browse files
Update NoPage.tsx
1 parent 49addbe commit a1bde6c

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)