Commit 9008db51 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix: add v2 to lp importer link (#7199)

parent bcc57e46
...@@ -105,7 +105,7 @@ export default function PoolFinder() { ...@@ -105,7 +105,7 @@ export default function PoolFinder() {
<Trace page={InterfacePageName.POOL_PAGE} shouldLogImpression> <Trace page={InterfacePageName.POOL_PAGE} shouldLogImpression>
<> <>
<AppBody> <AppBody>
<FindPoolTabs origin={query.get('origin') ?? '/pools'} /> <FindPoolTabs origin={query.get('origin') ?? '/pools/v2'} />
<AutoColumn style={{ padding: '1rem' }} gap="md"> <AutoColumn style={{ padding: '1rem' }} gap="md">
<BlueCard> <BlueCard>
<AutoColumn gap="10px"> <AutoColumn gap="10px">
......
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