Skip to content

Commit

Permalink
home text fixed (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhlak-Hossain-Jim authored Jul 9, 2022
1 parent 8cc2c7e commit 283a5ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/data/homeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions src/pages/Home/Difference.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
];

Expand All @@ -42,7 +42,9 @@ const Difference = () => {
CONTENTS.map((data) => (
<div className="section__am_diff__element_content">
<img
src={`/images/landing/section/${DATA.imgType}/${data.img && data.img}.${DATA.imgType}`}
src={`/images/landing/section/${DATA.imgType}/${
data.img && data.img
}.${DATA.imgType}`}
alt={data.img && data.img}
/>
<div className="section__am_diff__element_content__right">
Expand Down

0 comments on commit 283a5ef

Please sign in to comment.