style: add learn more about wallets link (#3821)

* web-91: add learn more about wallets link

* move externallink outside

* fix trans usage
This commit is contained in:
Clayton Lin 2022-05-09 13:50:11 -05:00 committed by GitHub
parent 68c71a67dd
commit 28498706cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -410,6 +410,14 @@ export default function WalletModal({
<ArrowRight size={16} />
</RowBetween>
</LinkCard>
<ThemedText.Black fontSize={14}>
<ExternalLink href="https://help.uniswap.org/en/articles/5391525-what-is-a-wallet">
<Row justify="center" alignItems="center">
<Trans>Learn more about wallets</Trans>
<ArrowRight size={16} />
</Row>
</ExternalLink>
</ThemedText.Black>
</AutoColumn>
</ContentWrapper>
</UpperSection>