Commit 719754c4 authored by Rand Seay's avatar Rand Seay Committed by GitHub

fix(info link): Update view pair analytics link

fixes #1299 
parent 9170af88
...@@ -105,7 +105,7 @@ export function AdvancedSwapDetails({ trade }: AdvancedSwapDetailsProps) { ...@@ -105,7 +105,7 @@ export function AdvancedSwapDetails({ trade }: AdvancedSwapDetailsProps) {
{!showRoute && ( {!showRoute && (
<AutoColumn style={{ padding: '12px 16px 0 16px' }}> <AutoColumn style={{ padding: '12px 16px 0 16px' }}>
<InfoLink <InfoLink
href={'https://uniswap.info/pair/' + trade.route.pairs[0].liquidityToken.address} href={'https://info.uniswap.org/pair/' + trade.route.pairs[0].liquidityToken.address}
target="_blank" target="_blank"
> >
View pair analytics ↗ View pair analytics ↗
......
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