瀏覽代碼

remove beta tag from logo

Aykut Saraç 3 年之前
父節點
當前提交
fbc0effd71
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      src/components/Navbar/index.tsx

+ 0 - 11
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<NavbarProps> = () => {
   return (
     <StyledNavbar>
@@ -53,7 +43,6 @@ export const Navbar: React.FC<NavbarProps> = () => {
         <a>
           <StyledLogo>
             <StyledTitleWrapper>JSON</StyledTitleWrapper> Visio
-            <StyledBetaText>BETA!</StyledBetaText>
           </StyledLogo>
         </a>
       </Link>