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({
:hover,
:focus {
color: ${({ theme }) => darken(0.1, theme.text1)};
text-decoration: none;
}
${({ theme }) => theme.mediaWidth.upToExtraSmall`
......@@ -359,9 +360,8 @@ export default function Header() {
<Trans>Vote</Trans>
</StyledNavLink>
<StyledExternalLink id={`stake-nav-link`} href={'https://info.uniswap.org'}>
<Trans>
Charts <span style={{ fontSize: '11px', textDecoration: 'none !important' }}></span>
</Trans>
<Trans>Charts</Trans>
<sup></sup>
</StyledExternalLink>
</HeaderLinks>
<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