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