fix: update links in /about info buttons (#5592)

This commit is contained in:
Vignesh Mohankumar 2022-12-08 17:13:09 -05:00 committed by GitHub
parent 9c334bc865
commit e85b6e4cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,8 +137,12 @@ export default function About() {
tokens, list a token, or provide liquidity in a pool to earn fees.
</IntroCopy>
<ActionsContainer>
<InfoButton>Learn more</InfoButton>
<InfoButton>Read the docs</InfoButton>
<InfoButton as="a" rel="noopener noreferrer" href="https://uniswap.org" target="_blank">
Learn more
</InfoButton>
<InfoButton as="a" rel="noopener noreferrer" href="https://docs.uniswap.org" target="_blank">
Read the docs
</InfoButton>
</ActionsContainer>
</Intro>
</PoweredBySection>