Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 13, 2024
1 parent 284c9ba commit 98c4d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/modules/landing/Componets/Intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ export default function Intro() {
<p className={s.intro_supper_content_desc}>
Ethereum’s heyday is over. Bitcoin is the new home for
decentralized applications. Enter a whole new world where finance,
gaming, social networks, and AI coverge on the biggest blockchain.
gaming, social networks, and AI converge on the biggest
blockchain.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/modules/landingV5/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const LandingV5 = (props: Props) => {
<Box className={s.introduction_desc}>
Ethereum’s heyday is over. Powered by BVM, Bitcoin is the new
home for decentralized applications. Enter a whole new world
where finance, gaming, social networks, and AI coverge on the
where finance, gaming, social networks, and AI converge on the
biggest blockchain.{' '}
</Box>
</Box>
Expand Down

0 comments on commit 98c4d27

Please sign in to comment.