fix: back arrow from migration should take you to v3 pool page (#6020)
This commit is contained in:
parent
1348eb3322
commit
83c8393f19
@ -116,7 +116,7 @@ export default function MigrateV2() {
|
|||||||
<BodyWrapper style={{ padding: 24 }}>
|
<BodyWrapper style={{ padding: 24 }}>
|
||||||
<AutoColumn gap="16px">
|
<AutoColumn gap="16px">
|
||||||
<AutoRow style={{ alignItems: 'center', justifyContent: 'space-between' }} gap="8px">
|
<AutoRow style={{ alignItems: 'center', justifyContent: 'space-between' }} gap="8px">
|
||||||
<BackArrow to="/pool/v2" />
|
<BackArrow to="/pool" />
|
||||||
<ThemedText.DeprecatedMediumHeader>
|
<ThemedText.DeprecatedMediumHeader>
|
||||||
<Trans>Migrate V2 Liquidity</Trans>
|
<Trans>Migrate V2 Liquidity</Trans>
|
||||||
</ThemedText.DeprecatedMediumHeader>
|
</ThemedText.DeprecatedMediumHeader>
|
||||||
|
Loading…
Reference in New Issue
Block a user