@@ -121,7 +121,7 @@ const H3 = ({ children, ...props }: HTMLAttributes<HTMLHeadingElement>) => (
121
121
</ h3 >
122
122
)
123
123
124
- const StandarImage = ( { src, alt } : ImageProps ) => (
124
+ const ImageHeight200 = ( { src, alt } : ImageProps ) => (
125
125
< TwImage className = "h-[200px] w-auto" src = { src } alt = { alt } />
126
126
)
127
127
@@ -235,7 +235,7 @@ const LearnPage = () => {
235
235
>
236
236
< >
237
237
< CardImage >
238
- < StandarImage
238
+ < ImageHeight200
239
239
src = { whatIsEth }
240
240
alt = { t ( "what-is-ethereum-card-image-alt" ) }
241
241
/>
@@ -251,7 +251,7 @@ const LearnPage = () => {
251
251
>
252
252
< >
253
253
< CardImage >
254
- < StandarImage src = { eth } alt = "" />
254
+ < ImageHeight200 src = { eth } alt = "" />
255
255
</ CardImage >
256
256
< ButtonLink href = "/eth/" >
257
257
{ t ( "what-is-eth-card-title" ) }
@@ -264,7 +264,7 @@ const LearnPage = () => {
264
264
>
265
265
< >
266
266
< CardImage >
267
- < StandarImage src = { impact } alt = "" />
267
+ < ImageHeight200 src = { impact } alt = "" />
268
268
</ CardImage >
269
269
< ButtonLink href = "/web3/" >
270
270
{ t ( "what-is-web3-card-title" ) }
@@ -303,7 +303,7 @@ const LearnPage = () => {
303
303
>
304
304
< >
305
305
< CardImage >
306
- < StandarImage
306
+ < ImageHeight200
307
307
src = { wallet }
308
308
alt = { t ( "what-is-a-wallet-card-alt" ) }
309
309
/>
@@ -319,7 +319,7 @@ const LearnPage = () => {
319
319
>
320
320
< >
321
321
< CardImage >
322
- < StandarImage src = { futureTransparent } alt = "" />
322
+ < ImageHeight200 src = { futureTransparent } alt = "" />
323
323
</ CardImage >
324
324
< ButtonLink href = "/wallets/find-wallet/" >
325
325
{ t ( "find-a-wallet-button" ) }
@@ -332,7 +332,7 @@ const LearnPage = () => {
332
332
>
333
333
< >
334
334
< CardImage >
335
- < StandarImage src = { Layer2LearnHero } alt = "" />
335
+ < ImageHeight200 src = { Layer2LearnHero } alt = "" />
336
336
</ CardImage >
337
337
< ButtonLink href = "/layer-2/networks" >
338
338
{ t ( "ethereum-networks-card-button" ) }
@@ -391,7 +391,7 @@ const LearnPage = () => {
391
391
>
392
392
< >
393
393
< CardImage >
394
- < StandarImage src = { financeTransparent } alt = "" />
394
+ < ImageHeight200 src = { financeTransparent } alt = "" />
395
395
</ CardImage >
396
396
< ButtonLink href = "/defi/" >
397
397
{ t ( "defi-card-button" ) }
@@ -404,7 +404,7 @@ const LearnPage = () => {
404
404
>
405
405
< >
406
406
< CardImage >
407
- < StandarImage src = { stablecoins } alt = "" />
407
+ < ImageHeight200 src = { stablecoins } alt = "" />
408
408
</ CardImage >
409
409
< ButtonLink href = "/stablecoins/" >
410
410
{ t ( "stablecoins-card-button" ) }
@@ -417,7 +417,7 @@ const LearnPage = () => {
417
417
>
418
418
< >
419
419
< CardImage >
420
- < StandarImage src = { infrastructureTransparent } alt = "" />
420
+ < ImageHeight200 src = { infrastructureTransparent } alt = "" />
421
421
</ CardImage >
422
422
< ButtonLink href = "/nft/" > { t ( "nft-card-button" ) } </ ButtonLink >
423
423
</ >
@@ -428,7 +428,7 @@ const LearnPage = () => {
428
428
>
429
429
< >
430
430
< CardImage >
431
- < StandarImage src = { dao } alt = "" />
431
+ < ImageHeight200 src = { dao } alt = "" />
432
432
</ CardImage >
433
433
< ButtonLink href = "/dao/" > { t ( "dao-card-button" ) } </ ButtonLink >
434
434
</ >
@@ -439,7 +439,7 @@ const LearnPage = () => {
439
439
>
440
440
< >
441
441
< CardImage >
442
- < StandarImage src = { developersEthBlocks } alt = "" />
442
+ < ImageHeight200 src = { developersEthBlocks } alt = "" />
443
443
</ CardImage >
444
444
< ButtonLink href = "/dapps/" >
445
445
{ t ( "dapp-card-button" ) }
@@ -502,7 +502,7 @@ const LearnPage = () => {
502
502
>
503
503
< >
504
504
< CardImage >
505
- < StandarImage src = { rhino } alt = "" />
505
+ < ImageHeight200 src = { rhino } alt = "" />
506
506
</ CardImage >
507
507
< ButtonLink href = "/staking/" >
508
508
{ t ( "staking-ethereum-card-button" ) }
@@ -515,7 +515,7 @@ const LearnPage = () => {
515
515
>
516
516
< >
517
517
< CardImage >
518
- < StandarImage src = { ethereumInside } alt = "" />
518
+ < ImageHeight200 src = { ethereumInside } alt = "" />
519
519
</ CardImage >
520
520
< ButtonLink href = "/run-a-node/" >
521
521
{ t ( "run-a-node-card-title" ) }
@@ -537,7 +537,7 @@ const LearnPage = () => {
537
537
>
538
538
< >
539
539
< CardImage >
540
- < StandarImage src = { hackathon } alt = "" />
540
+ < ImageHeight200 src = { hackathon } alt = "" />
541
541
</ CardImage >
542
542
< ButtonLink href = "/energy-consumption/" >
543
543
{ t ( "energy-consumption-card-button" ) }
@@ -550,7 +550,7 @@ const LearnPage = () => {
550
550
>
551
551
< >
552
552
< CardImage >
553
- < StandarImage src = { merge } alt = "" />
553
+ < ImageHeight200 src = { merge } alt = "" />
554
554
</ CardImage >
555
555
< ButtonLink href = "/roadmap/" >
556
556
{ t ( "ethereum-upgrades-card-button" ) }
@@ -563,7 +563,7 @@ const LearnPage = () => {
563
563
>
564
564
< >
565
565
< CardImage >
566
- < StandarImage src = { financeTransparent } alt = "" />
566
+ < ImageHeight200 src = { financeTransparent } alt = "" />
567
567
</ CardImage >
568
568
< ButtonLink href = "/whitepaper/" >
569
569
{ t ( "ethereum-whitepaper-card-button" ) }
@@ -609,7 +609,7 @@ const LearnPage = () => {
609
609
>
610
610
< >
611
611
< CardImage >
612
- < StandarImage
612
+ < ImageHeight200
613
613
src = { enterprise }
614
614
alt = { t ( "community-hub-card-alt" ) }
615
615
/>
@@ -625,7 +625,7 @@ const LearnPage = () => {
625
625
>
626
626
< >
627
627
< CardImage >
628
- < StandarImage src = { dogeComputer } alt = "" />
628
+ < ImageHeight200 src = { dogeComputer } alt = "" />
629
629
</ CardImage >
630
630
< ButtonLink href = "/community/get-involved/" >
631
631
{ t ( "get-involved-card-title" ) }
@@ -638,7 +638,7 @@ const LearnPage = () => {
638
638
>
639
639
< >
640
640
< CardImage >
641
- < StandarImage src = { impact } alt = "" />
641
+ < ImageHeight200 src = { impact } alt = "" />
642
642
</ CardImage >
643
643
< ButtonLink href = "/community/online/" >
644
644
{ t ( "online-communities-card-button" ) }
0 commit comments