Skip to content

Commit

Permalink
Merge pull request #158 from persistenceOne/typo-fixes
Browse files Browse the repository at this point in the history
Fix few Typos
  • Loading branch information
puneet2019 authored May 11, 2022
2 parents 2d2b987 + 31a7c1a commit cb2a18d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#000000"/>
<meta content="Persistence is a Tendermint/Cosmos-based Layer-1 network powering an ecosystem of DeFi products aimed at making liquid staked assets the default assets of the the PoS economy."
<meta content="Persistence is a Tendermint/Cosmos-based Layer-1 network powering an ecosystem of DeFi products aimed at making liquid staked assets the default assets of the PoS economy."
name="description"/>
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
Expand All @@ -17,7 +17,7 @@
<meta property="og:image" content="%PUBLIC_URL%/ogimage.jpeg" />
<meta
property="og:description"
content="Persistence is a Tendermint/Cosmos-based Layer-1 network powering an ecosystem of DeFi products aimed at making liquid staked assets the default assets of the the PoS economy."
content="Persistence is a Tendermint/Cosmos-based Layer-1 network powering an ecosystem of DeFi products aimed at making liquid staked assets the default assets of the PoS economy."
/>
<meta property="og:site_name" content="Persistence Web Wallet" />

Expand Down Expand Up @@ -45,4 +45,4 @@
<div id="root" class="body-wrap"></div>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions src/Containers/Homepage/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Banner = () => {
<p className="caption">Building an economy around Liquid Proof-of-Stake assets</p>
<p className="text">
Persistence is a Tendermint/Cosmos-based Layer-1 network powering an ecosystem of DeFi
products aimed at making liquid staked assets the default assets of the the PoS economy.
products aimed at making liquid staked assets the default assets of the PoS economy.
</p>
</div>
<div className="col-md-6 col-sm-12 content">
Expand All @@ -24,4 +24,4 @@ const Banner = () => {
</section>
)
};
export default Banner;
export default Banner;
2 changes: 1 addition & 1 deletion src/constants/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const PERSISTENCEONESDK_GITHUB_URL = "https://github.com/persistenceOne/p
export const PERSISTENCEONE_GITHUB_URL = "https://github.com/persistenceOne";
export const PERSISTENCEONE_EXPLORER_URL = "https://explorer.persistence.one/";
export const PERSISTENCEJS_URL = "https://github.com/persistenceOne/persistenceJS";
export const PERSISTENCEONE_TELEGRAM_URL = "https://t.me/PersistenceOneChat";
export const PERSISTENCEONE_TELEGRAM_URL = "https://t.me/PersistenceOne";
export const PERSISTENCEONE_TELEGRAM_ANNOUNCEMENTS_URL = "https://t.me/PersistenceOne";
export const PERSISTENCEONE_DISCORD_URL = "https://discord.gg/qXRmTTGcYD";
export const PERSISTENCEONE_REDDIT_URL = "https://www.reddit.com/r/PersistenceOne/";
Expand Down

0 comments on commit cb2a18d

Please sign in to comment.