Commit 12df4b39 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix: update some urls to match current page structure (#5957)

parent 3eaeb65b
......@@ -57,8 +57,7 @@ export const PageTabs = () => {
pathname.startsWith('/pool') ||
pathname.startsWith('/add') ||
pathname.startsWith('/remove') ||
pathname.startsWith('/increase') ||
pathname.startsWith('/find')
pathname.startsWith('/increase')
const isNftPage = useIsNftPage()
......
......@@ -173,7 +173,7 @@ export default function MigrateV2() {
<Text textAlign="center" fontSize={14} style={{ padding: '.5rem 0 .5rem 0' }}>
<Trans>
Don’t see one of your v2 positions?{' '}
<StyledInternalLink id="import-pool-link" to="/find?origin=/migrate/v2">
<StyledInternalLink id="import-pool-link" to="/pool/v2/find">
Import it.
</StyledInternalLink>
</Trans>
......
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