Skip to content

Commit

Permalink
fix(info link): Update view pair analytics link
Browse files Browse the repository at this point in the history
fixes #1299
  • Loading branch information
randseay committed Mar 16, 2021
1 parent 9170af8 commit 719754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/swap/AdvancedSwapDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function AdvancedSwapDetails({ trade }: AdvancedSwapDetailsProps) {
{!showRoute && (
<AutoColumn style={{ padding: '12px 16px 0 16px' }}>
<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"
>
View pair analytics ↗
Expand Down

1 comment on commit 719754c

@vercel
Copy link

@vercel vercel bot commented on 719754c Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.