Skip to content

Commit

Permalink
fix: typo (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Apr 28, 2023
1 parent ea3cae2 commit e5ce3c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mStable – Decentralised Stablecoin Ecosystem</title>
<title>mStable – Decentralized Stablecoin Ecosystem</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140162190-1"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Container = styled(Section)`

export const Hero: FC = () => (
<Container
h1="Decentralised Stablecoin Ecosystem"
h1="Decentralized Stablecoin Ecosystem"
h2="Trade and earn yield on your stablecoins on mStable, a decentralized and non-custodial protocol powered by $MTA"
/>
)
2 changes: 1 addition & 1 deletion src/strings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const metadata = {
title: 'mStable – Decentralised Stablecoin Ecosystem',
title: 'mStable – Decentralized Stablecoin Ecosystem',
description: 'Trade and earn yield on your stablecoins on mStable, a decentralized and non-custodial protocol powered by $MTA',
}

0 comments on commit e5ce3c0

Please sign in to comment.