Skip to content

Commit

Permalink
fix: typo and url for announcement (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Apr 28, 2023
1 parent 7f95071 commit ea3cae2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion src/components/home/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ export const Banner = () => {
This strategic acquisition marks a significant milestone for mStable, positioning us to become a leading yield vault aggregator
across multiple chains and broaden our reach within the DeFi ecosystem.
</p>
<LinkButton highlight href="https://forum.mstable.org/t/dhedge-acquisition-update/1024">
<LinkButton
highlight
href="https://medium.com/mstable/mstable-acquisition-completed-by-dhedge-the-next-chapter-of-defi-yield-vaults-begins-79a326157132"
>
Read More
</LinkButton>
</Modal>
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 @@ -53,6 +53,6 @@ const Container = styled(Section)`
export const Hero: FC = () => (
<Container
h1="Decentralised Stablecoin Ecosystem"
h2="Trade and earn yield on your stablecoins on mStable, a decentralised and non-custodial protocol powered by $MTA"
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/components/home/Integrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const Integration: FC<Props> = ({ href, colour, image, title }) => {
}

export const Integrations: FC = () => (
<Section h1="Open & decentralised" h2="Integrated with leading protocols">
<Section h1="Open & decentralized" h2="Integrated with leading protocols">
<Icons>
{partnerRows.map((row, i) => (
<div key={`${i}-${row[0].title}`}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const SEO: FC<Props> = ({ title, description, path }) => {
{ name: 'og:url', content: url },
{ name: 'rating', content: 'General' },
{ name: 'robots', content: 'index,follow' },
{ name: 'subject', content: 'A decentralised stablecoin ecosystem' },
{ name: 'subject', content: 'A decentralized stablecoin ecosystem' },
{ name: 'twitter:description', content: description },
{ name: 'twitter:title', content: title },
{ name: 'twitter:url', content: url },
Expand Down
2 changes: 1 addition & 1 deletion src/pages/GovernanceTokenMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const GovernanceTokenMeta: FC = () => {
<img alt="mStable MTA Token" src="/tokens/mta.png" />
<div>
<h3>
Meta (<span>MTA</span>) coordinates mStable’s decentralised governance, fosters long-term alignment for stakeholders, and
Meta (<span>MTA</span>) coordinates mStable’s decentralized governance, fosters long-term alignment for stakeholders, and
creates value for the protocol and its users. &nbsp;
<ExternalLink href="https://coingecko.com/en/coins/meta">See MTA on Coingecko</ExternalLink>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Save.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const Save: FC = () => {
</Icons>
<div>
<h3>
mStable deposits your assets to decentralised lending markets to earn a base interest rate. This rate is then further
mStable deposits your assets to decentralized lending markets to earn a base interest rate. This rate is then further
increased by distributing mStable Swap fees and liquidating external protocol incentives.
</h3>
</div>
Expand Down
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',
description: 'Trade and earn yield on your stablecoins on mStable, a decentralised and non-custodial protocol powered by $MTA',
description: 'Trade and earn yield on your stablecoins on mStable, a decentralized and non-custodial protocol powered by $MTA',
}

0 comments on commit ea3cae2

Please sign in to comment.