Commit 28498706 authored by Clayton Lin's avatar Clayton Lin Committed by GitHub

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

* web-91: add learn more about wallets link

* move externallink outside

* fix trans usage
parent 68c71a67
...@@ -410,6 +410,14 @@ export default function WalletModal({ ...@@ -410,6 +410,14 @@ export default function WalletModal({
<ArrowRight size={16} /> <ArrowRight size={16} />
</RowBetween> </RowBetween>
</LinkCard> </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> </AutoColumn>
</ContentWrapper> </ContentWrapper>
</UpperSection> </UpperSection>
......
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