Commit e85b6e4c authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

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

parent 9c334bc8
......@@ -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>
......
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