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

fix: copy changes for /about (#5626)

parent 6ca8e4f6
...@@ -164,7 +164,7 @@ export default function About() { ...@@ -164,7 +164,7 @@ export default function About() {
<Page isDarkMode={isDarkMode} titleHeight={titleHeight}> <Page isDarkMode={isDarkMode} titleHeight={titleHeight}>
<Content> <Content>
<Title ref={titleRef} isDarkMode={isDarkMode}> <Title ref={titleRef} isDarkMode={isDarkMode}>
Uniswap is the largest on-chain marketplace for tokens and NFTs. Uniswap is the leading on-chain marketplace for tokens and NFTs.
</Title> </Title>
<PoweredBySection> <PoweredBySection>
<div> <div>
......
...@@ -176,7 +176,7 @@ export default function Landing() { ...@@ -176,7 +176,7 @@ export default function Landing() {
<ButtonCTAText>Continue</ButtonCTAText> <ButtonCTAText>Continue</ButtonCTAText>
</ButtonCTA> </ButtonCTA>
<ButtonCTASecondary as={Link} to="/about"> <ButtonCTASecondary as={Link} to="/about">
<ButtonCTAText>Learn More</ButtonCTAText> <ButtonCTAText>Learn more</ButtonCTAText>
</ButtonCTASecondary> </ButtonCTASecondary>
</ActionsWrapper> </ActionsWrapper>
</PageWrapper> </PageWrapper>
......
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