From 4b988109f942a47bdc4c1c16bf84313a706aa58c Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Tue, 26 Aug 2025 11:59:45 +0530 Subject: [PATCH] set image path at deployed state --- src/pages/authentication/MainLogin.jsx | 3 +-- src/pages/authentication/MainLoginWithOTPPage.jsx | 2 +- src/pages/authentication/MainResetPasswordPage.jsx | 2 +- src/router/AppRoutes.jsx | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/authentication/MainLogin.jsx b/src/pages/authentication/MainLogin.jsx index b157a49f..03575f40 100644 --- a/src/pages/authentication/MainLogin.jsx +++ b/src/pages/authentication/MainLogin.jsx @@ -1,6 +1,5 @@ import React from "react"; import LoginPage from "./LoginPage"; - const MainLogin = () => { return ( <> @@ -8,7 +7,7 @@ const MainLogin = () => {
Login image {
Login image {
Login image }, + // { path: "/", element: }, { element: , children: [ @@ -66,7 +66,7 @@ const router = createBrowserRouter( { element: , children: [ - { path: "/dashboard", element: }, + { path: "/", element: }, { path: "/projects", element: }, { path: "/projects/details", element: }, { path: "/project/manage/:projectId", element: },