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':