Skip to content

Commit 283a5ef

Browse files
home text fixed (#149)
1 parent 8cc2c7e commit 283a5ef

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/data/homeData.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
{
147147
"img": "multi_chain",
148148
"h3": "Multi-chain access",
149-
"p_m": "Trade NFTs on other chains or show them off across metaverses."
149+
"p_m": "Trade NFTs on other chains or show them off across metaverses"
150150
},
151151
{
152152
"img": "negligible_minting_fee",
@@ -156,7 +156,7 @@
156156
{
157157
"img": "multiple_payment_modes",
158158
"h3": "Multiple payment modes",
159-
"p_m": "Experience AssetMantle with fiat currency, coins or stablecoins."
159+
"p_m": "Experience AssetMantle with fiat currency, coins or stablecoins."
160160
},
161161
{
162162
"img": "complete_customization",

src/pages/Home/Difference.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Difference = () => {
2424
{
2525
img: "complete_customization",
2626
title: t("ASSETMANTLE_DIFFERENCE_LIST_4_TITLE"),
27-
description: t("ASSETMANTLE_DIFFERENCE_LIST_1_DESC"),
27+
description: t("ASSETMANTLE_DIFFERENCE_LIST_4_DESC"),
2828
},
2929
];
3030

@@ -42,7 +42,9 @@ const Difference = () => {
4242
CONTENTS.map((data) => (
4343
<div className="section__am_diff__element_content">
4444
<img
45-
src={`/images/landing/section/${DATA.imgType}/${data.img && data.img}.${DATA.imgType}`}
45+
src={`/images/landing/section/${DATA.imgType}/${
46+
data.img && data.img
47+
}.${DATA.imgType}`}
4648
alt={data.img && data.img}
4749
/>
4850
<div className="section__am_diff__element_content__right">

0 commit comments

Comments
 (0)