mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
remove beta tag from logo
This commit is contained in:
parent
8483c6141a
commit
fbc0effd71
@ -36,16 +36,6 @@ const StyledTitleWrapper = styled.span`
|
|||||||
color: ${({ theme }) => theme.ORANGE};
|
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> = () => {
|
export const Navbar: React.FC<NavbarProps> = () => {
|
||||||
return (
|
return (
|
||||||
<StyledNavbar>
|
<StyledNavbar>
|
||||||
@ -53,7 +43,6 @@ export const Navbar: React.FC<NavbarProps> = () => {
|
|||||||
<a>
|
<a>
|
||||||
<StyledLogo>
|
<StyledLogo>
|
||||||
<StyledTitleWrapper>JSON</StyledTitleWrapper> Visio
|
<StyledTitleWrapper>JSON</StyledTitleWrapper> Visio
|
||||||
<StyledBetaText>BETA!</StyledBetaText>
|
|
||||||
</StyledLogo>
|
</StyledLogo>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user