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