diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 9f8cd9d4efb..55d6b2512a0 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -36,16 +36,6 @@ const StyledTitleWrapper = styled.span` color: ${({ theme }) => theme.ORANGE}; `; -const StyledBetaText = styled.span` - position: absolute; - top: 0; - right: 0; - transform: translate(85%, -25%); - color: ${({ theme }) => theme.BLURPLE}; - font-size: 12px; - font-weight: 400; -`; - export const Navbar: React.FC = () => { return ( @@ -53,7 +43,6 @@ export const Navbar: React.FC = () => { JSON Visio - BETA!