feat: workspace update name and logo (#553)

* feat: workspace update name and logo

* fix: remove logs

* fix: disable warning until refacto

* Fix text

---------

Co-authored-by: Emilien <emilien.chauvet.enpc@gmail.com>
This commit is contained in:
Jérémy M
2023-07-10 20:23:58 +02:00
committed by GitHub
parent a2da3a5f09
commit c9292365c0
7 changed files with 192 additions and 8 deletions

View File

@ -19,6 +19,7 @@ import { SettingsWorkspaceMembers } from '~/pages/settings/SettingsWorkspaceMemb
import { CompanyShow } from './pages/companies/CompanyShow';
import { PersonShow } from './pages/people/PersonShow';
import { SettingsWorksapce } from './pages/settings/SettingsWorkspace';
import { AppInternalHooks } from './AppInternalHooks';
/**
@ -84,6 +85,10 @@ export function App() {
path="workspace-members"
element={<SettingsWorkspaceMembers />}
/>
<Route
path="workspace"
element={<SettingsWorksapce />}
/>
</Routes>
}
/>