Skip to content

Commit

Permalink
Merge pull request #140 from persistenceOne/textChanges
Browse files Browse the repository at this point in the history
updated asset mantle url
  • Loading branch information
Deepanshu Tripathi authored Dec 22, 2021
2 parents f65b824 + 5f74aa9 commit 4dd7909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<meta name="theme-color" content="#000000"/>
<meta content="Persistence is an interoperable protocol built to facilitate the creation of next-gen financial products. Persistence is operating at the confluence of NFTs + DeFi + PoS Staking."
name="description"/>

<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>

Expand Down
4 changes: 2 additions & 2 deletions src/Containers/Homepage/Products.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Icon from "../../components/Icon";
import { useTranslation } from "react-i18next";
import {COMDEX_URL,
AUDIT_URL,
ASSETMANTLE_TWITTER_URL,
ASSETMANTLE_URL,
PSTAKE_WEB_URL,

} from "../../constants/config";
Expand Down Expand Up @@ -92,7 +92,7 @@ const Products = () => {
<div className="content-overlay"></div>
<img className="image-logo" src={assetmantle} alt="assetmantle-logo" />
<p className="overlay-subtext">{t("ASSET_MANTLE_CAPTION")}</p>
<a href={ASSETMANTLE_TWITTER_URL} rel="noopener noreferrer" target="_blank"
<a href={ASSETMANTLE_URL} rel="noopener noreferrer" target="_blank"
className="overlay-learn-more">
<p>{t("LEARN_MORE")} </p>
<div className="">
Expand Down
1 change: 1 addition & 0 deletions src/constants/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const PSTAKE_TWITTER_URL = "https://twitter.com/pStakeFinance";
export const PSTAKE_APP_URL = "https://app.pstake.finance/";
export const PSTAKE_WEB_URL = "https://pstake.finance/";
export const ASSETMANTLE_TWITTER_URL = "https://twitter.com/AssetMantle";
export const ASSETMANTLE_URL = "https://assetmantle.one";
export const ASSETMANTLE_GITHUB_URL = "https://github.com/persistenceOne/assetMantle";
export const PERSISTENCEONE_TWITTER_URL = "https://twitter.com/PersistenceOne";
export const PERSISTENCEONESDK_GITHUB_URL = "https://github.com/persistenceOne/persistenceSDK";
Expand Down

0 comments on commit 4dd7909

Please sign in to comment.