From 283a5ef1a0ecf79866880b72181f89f8c84fccbd Mon Sep 17 00:00:00 2001 From: Akhlak Hossain Jim <73884856+Akhlak-Hossain-Jim@users.noreply.github.com> Date: Sat, 9 Jul 2022 16:35:26 +0600 Subject: [PATCH] home text fixed (#149) --- src/data/homeData.json | 4 ++-- src/pages/Home/Difference.js | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/data/homeData.json b/src/data/homeData.json index ee73d5be..9ed1487c 100644 --- a/src/data/homeData.json +++ b/src/data/homeData.json @@ -146,7 +146,7 @@ { "img": "multi_chain", "h3": "Multi-chain access", - "p_m": "Trade NFTs on other chains or show them off across metaverses." + "p_m": "Trade NFTs on other chains or show them off across metaverses" }, { "img": "negligible_minting_fee", @@ -156,7 +156,7 @@ { "img": "multiple_payment_modes", "h3": "Multiple payment modes", - "p_m": "Experience AssetMantle with fiat currency, coins or stablecoins." + "p_m": "Experience AssetMantle with fiat currency, coins or stablecoins." }, { "img": "complete_customization", diff --git a/src/pages/Home/Difference.js b/src/pages/Home/Difference.js index 0a91e57d..ef985f38 100644 --- a/src/pages/Home/Difference.js +++ b/src/pages/Home/Difference.js @@ -24,7 +24,7 @@ const Difference = () => { { img: "complete_customization", title: t("ASSETMANTLE_DIFFERENCE_LIST_4_TITLE"), - description: t("ASSETMANTLE_DIFFERENCE_LIST_1_DESC"), + description: t("ASSETMANTLE_DIFFERENCE_LIST_4_DESC"), }, ]; @@ -42,7 +42,9 @@ const Difference = () => { CONTENTS.map((data) => (
{data.img