Commit e5404dbf authored by Callil Capuozzo's avatar Callil Capuozzo

Fix some links

parent 78e41848
......@@ -213,12 +213,12 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
>
{showMore ? (
<>
Migrate
Manage
<ChevronUp size="20" style={{ marginLeft: '10px' }} />
</>
) : (
<>
Migrate
Manage
<ChevronDown size="20" style={{ marginLeft: '10px' }} />
</>
)}
......@@ -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://info.uniswap.org/account/${account}`}
href={`https://v2.info.uniswap.org/account/${account}`}
>
View accrued fees and analytics<span style={{ fontSize: '11px' }}></span>
</ExternalLink>
......
......@@ -192,7 +192,7 @@ export default function Pool() {
<>
<ButtonSecondary>
<RowBetween>
<ExternalLink href={'https://uniswap.info/account/' + account}>
<ExternalLink href={'https://v2.info.uniswap.org/account/' + account}>
Account analytics and accrued fees
</ExternalLink>
<span></span>
......
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