diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 8a48d4d..7dfc91b 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -27,6 +27,7 @@ import CreateForumPost from './pages/CreateForumPost';
import MyPosts from './pages/MyPosts';
import EarningsDashboard from './pages/EarningsDashboard';
import FAQ from './pages/FAQ';
+import NotFound from './pages/NotFound';
import PrivateRoute from './components/PrivateRoute';
import axios from 'axios';
import './App.css';
@@ -184,6 +185,7 @@ const AppContent: React.FC = () => {
}
/>
} />
+ } />
diff --git a/frontend/src/pages/NotFound.tsx b/frontend/src/pages/NotFound.tsx
new file mode 100644
index 0000000..05c6cf4
--- /dev/null
+++ b/frontend/src/pages/NotFound.tsx
@@ -0,0 +1,38 @@
+import React from "react";
+import { Link } from "react-router-dom";
+
+const NotFound: React.FC = () => {
+ return (
+
+
+
+
+ We can't find the page you're looking for!
+
+
+
+
+ Go to Home Page
+
+
+
or go to one of these
+
+
+
+ Browse Items
+
+
+ Community Forum
+
+
+ FAQ
+
+
+
+
+
+
+ );
+};
+
+export default NotFound;
diff --git a/frontend/src/pages/VerifyEmail.tsx b/frontend/src/pages/VerifyEmail.tsx
index baf4ea6..9858c33 100644
--- a/frontend/src/pages/VerifyEmail.tsx
+++ b/frontend/src/pages/VerifyEmail.tsx
@@ -268,7 +268,7 @@ const VerifyEmail: React.FC = () => {
shortly.
- Go to Home
+ Go to Home Page
>
) : showManualEntry ? (