From fbc0effd71ec3a8b30f760fb878a969648c738a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Thu, 17 Feb 2022 17:51:45 +0300 Subject: [PATCH] remove beta tag from logo --- src/components/Navbar/index.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 9f8cd9d..55d6b25 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!