diff --git a/public/index.html b/public/index.html index 5421afce..fab09bc1 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,6 @@ - diff --git a/src/Containers/Homepage/Products.js b/src/Containers/Homepage/Products.js index a8e0588c..5221f04b 100644 --- a/src/Containers/Homepage/Products.js +++ b/src/Containers/Homepage/Products.js @@ -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"; @@ -92,7 +92,7 @@ const Products = () => {
assetmantle-logo

{t("ASSET_MANTLE_CAPTION")}

-

{t("LEARN_MORE")}

diff --git a/src/constants/config.js b/src/constants/config.js index d451dfce..612aedff 100644 --- a/src/constants/config.js +++ b/src/constants/config.js @@ -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";