Skip to content

Commit 714c804

Browse files
refactor(pages/index): update h2 SectionHeadings
1 parent 1bb595e commit 714c804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ const HomePage = ({
601601
{/* Eth Today Section */}
602602
<GrayContainer>
603603
<ContentBox>
604-
<SectionHeading mt={undefined} mb={undefined} fontFamily={undefined}>
604+
<SectionHeading mt={12} mb={8} fontFamily="heading">
605605
<Translation id="page-index-network-stats-title" />
606606
</SectionHeading>
607607
<SectionDecription>
@@ -613,7 +613,7 @@ const HomePage = ({
613613
{/* Explore Section */}
614614
<ContentBox>
615615
<Box pb={4}>
616-
<SectionHeading mt={undefined} mb={undefined} fontFamily={undefined}>
616+
<SectionHeading mt={12} mb={8} fontFamily="heading">
617617
<Translation id="page-index-touts-header" />
618618
</SectionHeading>
619619
</Box>

0 commit comments

Comments
 (0)