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

fix: update copy on landing page (#5566)

parent a4c54ff9
......@@ -60,15 +60,13 @@ const TitleText = styled.h1<{ isDarkMode: boolean }>`
const SubText = styled.h3`
color: ${({ theme }) => theme.textSecondary};
font-size: 16px;
line-height: 24px;
font-weight: 400;
text-align: center;
@media screen and (min-width: ${MOBILE_BREAKPOINT}px) {
font-size: 20px;
}
@media screen and (min-width: ${DESKTOP_BREAKPOINT}px) {
font-size: 28px;
line-height: 36px;
}
`
......@@ -110,9 +108,7 @@ export default function Landing() {
<PageWrapper isDarkMode={isDarkMode}>
<TitleContentWrapper>
<TitleText isDarkMode={isDarkMode}>Trade crypto & NFTs with confidence.</TitleText>
<SubText>
Swap tokens with the deepest liquidity and <br /> buy NFTs at the best prices.
</SubText>
<SubText>Uniswap is the best way to buy, sell, and manage your tokens and NFTs.</SubText>
</TitleContentWrapper>
<ContentWrapper>
<ButtonCTA onClick={onContinueClick}>
......
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