Skip to content

Commit 1bb595e

Browse files
refactor(pages/index): remove padding from internet section image
1 parent c376f64 commit 1bb595e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/pages/index.tsx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -501,36 +501,36 @@ const HomePage = ({
501501
{/* Internet Section */}
502502
<MainSectionContainer containerBg="homeBoxPink">
503503
<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+
}}
517517
secondButton={{
518518
to: "/wallets/",
519519
child: (
520520
<Translation id="page-index-internet-secondary-button" />
521521
),
522522
}}
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>
534534
</Box>
535535
</MainSectionContainer>
536536
{/* Developer Section */}

0 commit comments

Comments
 (0)