diff --git a/components/Authentication/ForgotPasswordForm.js b/components/Authentication/ForgotPasswordForm.js index 2cbcb86..96ea043 100644 --- a/components/Authentication/ForgotPasswordForm.js +++ b/components/Authentication/ForgotPasswordForm.js @@ -104,7 +104,7 @@ const ForgotPasswordForm = () => { Back to Sign in diff --git a/components/Authentication/SignInForm.js b/components/Authentication/SignInForm.js index 41a4864..2e2e2f1 100644 --- a/components/Authentication/SignInForm.js +++ b/components/Authentication/SignInForm.js @@ -128,7 +128,7 @@ const SignInForm = () => { Forgot your password? diff --git a/components/Authentication/SignUpForm.js b/components/Authentication/SignUpForm.js index b1f68a7..03dea95 100644 --- a/components/Authentication/SignUpForm.js +++ b/components/Authentication/SignUpForm.js @@ -45,7 +45,7 @@ const SignUpForm = () => { Already have an account?{" "} Sign in @@ -204,7 +204,7 @@ const SignUpForm = () => { Forgot your password? diff --git a/components/_App/LeftSidebar/SidebarData.js b/components/_App/LeftSidebar/SidebarData.js index 69434c0..d9f7457 100644 --- a/components/_App/LeftSidebar/SidebarData.js +++ b/components/_App/LeftSidebar/SidebarData.js @@ -450,7 +450,7 @@ export const SidebarData = [ }, { title: "Authentication", - path: "/authentication/sign-in/", + path: "/auth/sign-in/", icon: , iconClosed: , iconOpened: , @@ -458,23 +458,23 @@ export const SidebarData = [ subNav: [ { title: "Sign Up", - path: "/authentication/sign-up/", + path: "/auth/sign-up/", }, { title: "Forgot Password", - path: "/authentication/forgot-password/", + path: "/auth/forgot-password/", }, { title: "Lock Screen", - path: "/authentication/lock-screen/", + path: "/auth/lock-screen/", }, { title: "Confirm Mail", - path: "/authentication/confirm-mail/", + path: "/auth/confirm-mail/", }, { title: "Logout", - path: "/authentication/logout/", + path: "/auth/logout/", }, ], }, diff --git a/components/_App/TopNavbar/Profile.js b/components/_App/TopNavbar/Profile.js index e3a28fa..8c8c93a 100644 --- a/components/_App/TopNavbar/Profile.js +++ b/components/_App/TopNavbar/Profile.js @@ -183,7 +183,7 @@ const Profile = () => {