Skip to content

Commit

Permalink
remove beta tag from logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Feb 17, 2022
1 parent 8483c61 commit fbc0eff
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,13 @@ 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>
<Link href="/">
<a>
<StyledLogo>
<StyledTitleWrapper>JSON</StyledTitleWrapper> Visio
<StyledBetaText>BETA!</StyledBetaText>
</StyledLogo>
</a>
</Link>
Expand Down

0 comments on commit fbc0eff

Please sign in to comment.