Commit 089280dd authored by Moody Salem's avatar Moody Salem

fix: clean up the charts navigation link

parent f3c2a6ea
...@@ -264,6 +264,7 @@ const StyledExternalLink = styled(ExternalLink).attrs({ ...@@ -264,6 +264,7 @@ const StyledExternalLink = styled(ExternalLink).attrs({
:hover, :hover,
:focus { :focus {
color: ${({ theme }) => darken(0.1, theme.text1)}; color: ${({ theme }) => darken(0.1, theme.text1)};
text-decoration: none;
} }
${({ theme }) => theme.mediaWidth.upToExtraSmall` ${({ theme }) => theme.mediaWidth.upToExtraSmall`
...@@ -359,9 +360,8 @@ export default function Header() { ...@@ -359,9 +360,8 @@ export default function Header() {
<Trans>Vote</Trans> <Trans>Vote</Trans>
</StyledNavLink> </StyledNavLink>
<StyledExternalLink id={`stake-nav-link`} href={'https://info.uniswap.org'}> <StyledExternalLink id={`stake-nav-link`} href={'https://info.uniswap.org'}>
<Trans> <Trans>Charts</Trans>
Charts <span style={{ fontSize: '11px', textDecoration: 'none !important' }}></span> <sup></sup>
</Trans>
</StyledExternalLink> </StyledExternalLink>
</HeaderLinks> </HeaderLinks>
<HeaderControls> <HeaderControls>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment