We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49addbe commit a1bde6cCopy full SHA for a1bde6c
code/frontend/src/pages/NoPage.tsx
@@ -1,5 +1,5 @@
1
const NoPage = () => {
2
- return <h1>404</h1>;
+ return <h1>404 Page Not Found</h1>;
3
};
4
5
export default NoPage;
0 commit comments