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

@ -56,7 +56,6 @@ export function SettingsNavbar() {
label="Members"
to="/settings/workspace-members"
icon={<IconUsers size={theme.icon.size.md} />}
soon={false}
active={
!!useMatch({
path: useResolvedPath('/settings/workspace-members').pathname,
@ -68,7 +67,6 @@ export function SettingsNavbar() {
label="General"
to="/settings/workspace"
icon={<IconSettings size={theme.icon.size.md} />}
soon={true}
active={
!!useMatch({
path: useResolvedPath('/settings/workspace').pathname,