diff --git a/superset-frontend/src/components/Menu/MenuRight.tsx b/superset-frontend/src/components/Menu/MenuRight.tsx index 6a50a9416c9..86a47846b52 100644 --- a/superset-frontend/src/components/Menu/MenuRight.tsx +++ b/superset-frontend/src/components/Menu/MenuRight.tsx @@ -69,15 +69,6 @@ const StyledAnchor = styled.a` padding-left: ${({ theme }) => theme.gridUnit}px; `; -const WaterMark = styled.span` - font-size: 13px; - color: #b0b4c3; - margin: 0 ${({ theme }) => theme.gridUnit * 4}px; - @media (max-width: 1070px) { - display: none; - } -`; - const { SubMenu } = Menu; interface RightMenuProps { @@ -95,9 +86,6 @@ const RightMenu = ({ }: RightMenuProps) => ( - {navbarRight.show_watermark && ( - {t('Powered by Apache Superset')} - )} {!navbarRight.user_is_anonymous && ( ,
+ {navbarRight.show_watermark && ( +
+ {t('Powered by Apache Superset')} +
+ )} {navbarRight.version_string && (
Version: {navbarRight.version_string}