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