diff --git a/src/App.jsx b/src/App.jsx index 5100797..ad5198d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -215,7 +215,7 @@ function App() { } /> + } /> diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index dab1282..25caef0 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -167,6 +167,7 @@ const Layout = () => { label: ProCanvas }, { to: "/admin/estimates", icon: Calculator, label: "Estimates" }, + { to: "/owner/settings", icon: Settings, label: "Org Settings" }, ...commonItems, ]; case 'CONTRACTOR':