@@ -257,32 +257,38 @@ const WalletsPage = () => {
257
257
< h2 className = "mb-8 mt-12 text-2xl leading-[1.4] md:text-[2rem]" >
258
258
{ t ( "page-wallets-accounts-addresses" ) }
259
259
</ h2 >
260
- < Text > { t ( "page-wallets-accounts-addresses-desc" ) } </ Text >
260
+ < p className = "mb-[1.45rem] text-md leading-base" >
261
+ { t ( "page-wallets-accounts-addresses-desc" ) }
262
+ </ p >
261
263
< ul >
262
264
< li >
263
- < Text >
265
+ < p className = "mb-[1.45rem] text-md leading-base" >
264
266
< Translation id = "page-wallets:page-wallets-ethereum-account" />
265
- </ Text >
267
+ </ p >
266
268
</ li >
267
269
< li >
268
- < Text >
270
+ < p className = "mb-[1.45rem] text-md leading-base" >
269
271
< Translation id = "page-wallets:page-wallets-accounts-ethereum-addresses" />
270
- </ Text >
272
+ </ p >
271
273
</ li >
272
274
< li >
273
- < Text >
275
+ < p className = "mb-[1.45rem] text-md leading-base" >
274
276
< Translation id = "page-wallets:page-wallets-ethereum-wallet" />
275
- </ Text >
277
+ </ p >
276
278
</ li >
277
279
</ ul >
278
- < Text > { t ( "page-wallets-most-wallets" ) } </ Text >
280
+ < p className = "mb-[1.45rem] text-md leading-base" >
281
+ { t ( "page-wallets-most-wallets" ) }
282
+ </ p >
279
283
</ div >
280
284
< div className = "mt-12 max-w-full flex-[0_1_50%] lg:ms-8 lg:mt-0" >
281
285
< h2 className = "mb-8 mt-12 text-2xl leading-[1.4] md:text-[2rem]" >
282
286
{ t ( "page-wallets-types" ) }
283
287
</ h2 >
284
- < Text > { t ( "page-wallets-types-desc" ) } </ Text >
285
- < Box className = "flex flex-col gap-2" >
288
+ < p className = "mb-[1.45rem] text-md leading-base" >
289
+ { t ( "page-wallets-types-desc" ) }
290
+ </ p >
291
+ < div className = "flex flex-col gap-2" >
286
292
{ types . map ( ( type , idx ) => (
287
293
< HorizontalCard
288
294
key = { idx }
@@ -292,7 +298,7 @@ const WalletsPage = () => {
292
298
emojiClassName = "text-[2.5rem]"
293
299
/>
294
300
) ) }
295
- </ Box >
301
+ </ div >
296
302
</ div >
297
303
</ div >
298
304
0 commit comments