feat(twenty-front/workspace-menu): improve workspace menu (#10642)
New workspace menu
This commit is contained in:
@ -42,10 +42,8 @@ export const AppNavigationDrawer = ({
|
||||
label={t`Advanced:`}
|
||||
/>
|
||||
),
|
||||
logo: '',
|
||||
}
|
||||
: {
|
||||
logo: currentWorkspace?.logo ?? '',
|
||||
title: currentWorkspace?.displayName ?? '',
|
||||
children: <MainNavigationDrawerItems />,
|
||||
footer: <SupportDropdown />,
|
||||
@ -54,7 +52,6 @@ export const AppNavigationDrawer = ({
|
||||
return (
|
||||
<NavigationDrawer
|
||||
className={className}
|
||||
logo={drawerProps.logo}
|
||||
title={drawerProps.title}
|
||||
footer={drawerProps.footer}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user