Commit aec18b7e authored by Noah Zinsmeister's avatar Noah Zinsmeister

closes #107

parent 0c37e81d
...@@ -307,7 +307,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi ...@@ -307,7 +307,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
padding="8px" padding="8px"
borderRadius="8px" borderRadius="8px"
as={Link} as={Link}
to={`/add/${currencyId(currency0)}/${currencyId(currency1)}`} to={`/add/v2/${currencyId(currency0)}/${currencyId(currency1)}`}
width="48%" width="48%"
> >
Add Add
......
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