From 680b2b4cfe9fc1c095dd1f7d60e6116727d1582f Mon Sep 17 00:00:00 2001 From: Satyam Rastogi Date: Thu, 21 May 2026 16:52:58 +0530 Subject: [PATCH] update correct url for admin/settings --- src/App.jsx | 7 ++++++- src/components/Layout.jsx | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 3f14643..25f463e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -217,7 +217,12 @@ function App() { } /> + + + + } /> + } /> diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index c7f5cc6..30b294d 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -170,7 +170,7 @@ const Layout = () => { }, { to: "/admin/estimates", icon: Calculator, label: "Estimates" }, { to: "/admin/subcontractor-tasks", icon: HardHat, label: "Subcontractor Tasks" }, - { to: "/owner/settings", icon: Settings, label: "Org Settings" }, + { to: "/admin/settings", icon: Settings, label: "Org Settings" }, ...commonItems, ]; case 'CONTRACTOR':