From 5f74aa9c1abc3b5c794279fa9b77be84c8cf10e2 Mon Sep 17 00:00:00 2001 From: klk1236 Date: Thu, 16 Dec 2021 17:26:54 +0530 Subject: [PATCH] updated asset mantle url --- public/index.html | 1 - src/Containers/Homepage/Products.js | 4 ++-- src/constants/config.js | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 07ed545e..237b0f82 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";