File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 146
146
{
147
147
"img" : " multi_chain" ,
148
148
"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"
150
150
},
151
151
{
152
152
"img" : " negligible_minting_fee" ,
156
156
{
157
157
"img" : " multiple_payment_modes" ,
158
158
"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."
160
160
},
161
161
{
162
162
"img" : " complete_customization" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const Difference = () => {
24
24
{
25
25
img : "complete_customization" ,
26
26
title : t ( "ASSETMANTLE_DIFFERENCE_LIST_4_TITLE" ) ,
27
- description : t ( "ASSETMANTLE_DIFFERENCE_LIST_1_DESC " ) ,
27
+ description : t ( "ASSETMANTLE_DIFFERENCE_LIST_4_DESC " ) ,
28
28
} ,
29
29
] ;
30
30
@@ -42,7 +42,9 @@ const Difference = () => {
42
42
CONTENTS . map ( ( data ) => (
43
43
< div className = "section__am_diff__element_content" >
44
44
< 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 } `}
46
48
alt = { data . img && data . img }
47
49
/>
48
50
< div className = "section__am_diff__element_content__right" >
You can’t perform that action at this time.
0 commit comments