Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rmourey26 authored Apr 12, 2024
1 parent 7e0cede commit 15b871c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,18 +348,18 @@ export default function Landing() {
<ContentContainer isDarkMode={isDarkMode}>
<TitleText isDarkMode={isDarkMode}>
{shouldDisableNFTRoutes ? (
<Trans>Help deploy our smart contracts!</Trans>
<Trans>Help launch DeFi ONE and receive our governance token!</Trans>
) : (
<Trans>Finance Meets Freedom: DeFi ONE</Trans>
)}
</TitleText>
<SubTextContainer>
<SubText>
{shouldDisableNFTRoutes ? (
<Trans>Help finish this app - buy our token! </Trans>
<Trans>Help launch DeFi ONE and receive our governance token!</Trans>
) : (
<Trans>Help turn this demo into reality by purchasing our token!</Trans>
)}
<Trans>Help launch DeFi ONE and receive our governance token!</Trans>
)}
</SubText>
</SubTextContainer>
<ActionsContainer>
Expand All @@ -386,7 +386,7 @@ export default function Landing() {

<DownloadWalletLink href="#">
<AppleLogo width="20" height="20" />
ONE for iOS coming soon!
Token campaign coming soon!
</DownloadWalletLink>
</ContentContainer>
<AboutContentContainer isDarkMode={isDarkMode}>
Expand Down

0 comments on commit 15b871c

Please sign in to comment.