Commit 2db4b1da authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: remove period on landing page title (#5663)

parent 06c85b74
......@@ -218,9 +218,9 @@ export default function Landing() {
<Glow />
<Gradient isDarkMode={isDarkMode} />
<ContentWrapper isDarkMode={isDarkMode}>
<TitleText isDarkMode={isDarkMode}>Trade crypto & NFTs with confidence.</TitleText>
<TitleText isDarkMode={isDarkMode}>Trade crypto & NFTs with confidence</TitleText>
<SubTextContainer>
<SubText>Buy, sell, and explore tokens and NFTs </SubText>
<SubText>Buy, sell, and explore tokens and NFTs</SubText>
</SubTextContainer>
<ActionsWrapper>
<ButtonCTA as={Link} to="/swap">
......
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