Commit 3f6bf607 authored by Moody Salem's avatar Moody Salem

replace uniswap.info links

parent 828f7ee4
......@@ -117,7 +117,7 @@ export default function UniBalanceContent({ setShowUniBalanceModal }: { setShowU
<TYPE.white color="white">{totalSupply?.toFixed(0, { groupSeparator: ',' })}</TYPE.white>
</RowBetween>
{uni && uni.chainId === ChainId.MAINNET ? (
<ExternalLink href={`https://uniswap.info/token/${uni.address}`}>View UNI Analytics</ExternalLink>
<ExternalLink href={`https://info.uniswap.org/token/${uni.address}`}>View UNI Analytics</ExternalLink>
) : null}
</AutoColumn>
</CardSection>
......
......@@ -355,7 +355,7 @@ export default function Header() {
<StyledNavLink id={`stake-nav-link`} to={'/vote'}>
Vote
</StyledNavLink>
<StyledExternalLink id={`stake-nav-link`} href={'https://uniswap.info'}>
<StyledExternalLink id={`stake-nav-link`} href={'https://info.uniswap.org'}>
Charts <span style={{ fontSize: '11px' }}></span>
</StyledExternalLink>
</HeaderLinks>
......
......@@ -153,7 +153,7 @@ export default function Menu() {
<MessageCircle size={14} />
Discord
</MenuItem>
<MenuItem href="https://uniswap.info/">
<MenuItem href="https://info.uniswap.org/">
<PieChart size={14} />
Analytics
</MenuItem>
......
......@@ -296,7 +296,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
<ButtonSecondary padding="8px" borderRadius="8px">
<ExternalLink
style={{ width: '100%', textAlign: 'center' }}
href={`https://uniswap.info/account/${account}`}
href={`https://info.uniswap.org/account/${account}`}
>
View accrued fees and analytics<span style={{ fontSize: '11px' }}></span>
</ExternalLink>
......
......@@ -36,7 +36,7 @@ export default function SwapHeader({ toggledVersion }: SwapHeaderProps) {
<RowFixed>
{/* Send icon appears here when expert mode is toggled on */}
{/* <Send style={{ marginRight: '16px' }} size="20" onClick={() => onChangeRecipient('')} /> */}
{/* This info icon should open uniswap.info with the pair */}
{/* This info icon should open info.uniswap.org with the pair */}
{/*{trade && (*/}
{/* <InfoLink*/}
{/* href={'https://info.uniswap.org/pair/' + trade.route.pairs[0].liquidityToken.address}*/}
......
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