diff --git a/src/App.js b/src/App.js
index b2f1b0e..5a7252c 100644
--- a/src/App.js
+++ b/src/App.js
@@ -14,13 +14,13 @@ function App() {
return (
- } />
+ } />
} />
} />
{/* protected routes */}
}>
- } />
+ } />
diff --git a/src/component/auth/Login.jsx b/src/component/auth/Login.jsx
index ba6ca13..5127240 100644
--- a/src/component/auth/Login.jsx
+++ b/src/component/auth/Login.jsx
@@ -60,7 +60,7 @@ export default function Login() {
-
+
Don't have an account ? Sign Up
diff --git a/src/links/siteLinks.js b/src/links/siteLinks.js
index da9fbbb..4bbd93c 100644
--- a/src/links/siteLinks.js
+++ b/src/links/siteLinks.js
@@ -1,6 +1,7 @@
const siteLinks = {
error: '*',
home: '/',
+ dash: '/dash',
login: '/auth/login',
signup: '/auth/signup',
forgetpwd: '/auth/forgetpwd'