diff --git a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdownButton.tsx b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdownButton.tsx index 2e686a44e391..7d7f718f5679 100644 --- a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdownButton.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdownButton.tsx @@ -21,15 +21,6 @@ import { UndecoratedLink, } from 'twenty-ui'; -const StyledLogo = styled.div<{ logo: string }>` - background: url(${({ logo }) => logo}); - background-position: center; - background-size: cover; - border-radius: ${({ theme }) => theme.border.radius.xs}; - height: 16px; - width: 16px; -`; - const StyledContainer = styled.div<{ isNavigationDrawerExpanded: boolean }>` align-items: center; cursor: pointer;