fix: add space to migrateV2 link (#7523)
This commit is contained in:
parent
eff6484a10
commit
40afc7388a
@ -400,7 +400,7 @@ function V2PairMigration({
|
|||||||
{chainId && migrator && (
|
{chainId && migrator && (
|
||||||
<ExternalLink href={getExplorerLink(chainId, migrator.address, ExplorerDataType.ADDRESS)}>
|
<ExternalLink href={getExplorerLink(chainId, migrator.address, ExplorerDataType.ADDRESS)}>
|
||||||
<ThemedText.DeprecatedBlue display="inline">
|
<ThemedText.DeprecatedBlue display="inline">
|
||||||
<Trans>Uniswap migration contract↗</Trans>
|
<Trans>Uniswap migration contract</Trans> ↗
|
||||||
</ThemedText.DeprecatedBlue>
|
</ThemedText.DeprecatedBlue>
|
||||||
</ExternalLink>
|
</ExternalLink>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user