File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -501,36 +501,36 @@ const HomePage = ({
501
501
{ /* Internet Section */ }
502
502
< MainSectionContainer containerBg = "homeBoxPink" >
503
503
< Box pl = { { lg : 8 } } >
504
- < Row >
505
- < FeatureContent >
506
- < SectionHeading >
507
- < Translation id = "page-index-internet" />
508
- </ SectionHeading >
509
- < SectionDecription >
510
- < Translation id = "page-index-internet-description" />
511
- </ SectionDecription >
512
- < ButtonLinkRow
513
- firstButton = { {
514
- to : "/dapps/?category=technology" ,
515
- child : < Translation id = "page-index-internet-button" /> ,
516
- } }
504
+ < Row >
505
+ < FeatureContent >
506
+ < SectionHeading >
507
+ < Translation id = "page-index-internet" />
508
+ </ SectionHeading >
509
+ < SectionDecription >
510
+ < Translation id = "page-index-internet-description" />
511
+ </ SectionDecription >
512
+ < ButtonLinkRow
513
+ firstButton = { {
514
+ to : "/dapps/?category=technology" ,
515
+ child : < Translation id = "page-index-internet-button" /> ,
516
+ } }
517
517
secondButton = { {
518
518
to : "/wallets/" ,
519
519
child : (
520
520
< Translation id = "page-index-internet-secondary-button" />
521
521
) ,
522
522
} }
523
- />
524
- </ FeatureContent >
525
- < ImageContainer pl = { { lg : 8 } } >
526
- < Img
527
- as = { GatsbyImage }
528
- width = "full"
529
- image = { getImage ( data . future ) ! }
530
- alt = { translateMessageId ( "page-index-internet-image-alt" , intl ) }
531
- />
532
- </ ImageContainer >
533
- </ Row >
523
+ />
524
+ </ FeatureContent >
525
+ < ImageContainer >
526
+ < Img
527
+ as = { GatsbyImage }
528
+ width = "full"
529
+ image = { getImage ( data . future ) ! }
530
+ alt = { translateMessageId ( "page-index-internet-image-alt" , intl ) }
531
+ />
532
+ </ ImageContainer >
533
+ </ Row >
534
534
</ Box >
535
535
</ MainSectionContainer >
536
536
{ /* Developer Section */ }
You can’t perform that action at this time.
0 commit comments