Commit 80ab000d authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: back button should lead to /pools not /pools/v2 (#6171)

parent 81206f1e
...@@ -100,7 +100,7 @@ export default function PoolFinder() { ...@@ -100,7 +100,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/v2'} /> <FindPoolTabs origin={query.get('origin') ?? '/pools'} />
<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