fix: back arrow from migration should take you to v3 pool page (#6020)

This commit is contained in:
Jordan Frankfurt 2023-02-22 22:24:22 -06:00 committed by GitHub
parent 1348eb3322
commit 83c8393f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ export default function MigrateV2() {
<BodyWrapper style={{ padding: 24 }}>
<AutoColumn gap="16px">
<AutoRow style={{ alignItems: 'center', justifyContent: 'space-between' }} gap="8px">
<BackArrow to="/pool/v2" />
<BackArrow to="/pool" />
<ThemedText.DeprecatedMediumHeader>
<Trans>Migrate V2 Liquidity</Trans>
</ThemedText.DeprecatedMediumHeader>