We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb595e commit 714c804Copy full SHA for 714c804
src/pages/index.tsx
@@ -601,7 +601,7 @@ const HomePage = ({
601
{/* Eth Today Section */}
602
<GrayContainer>
603
<ContentBox>
604
- <SectionHeading mt={undefined} mb={undefined} fontFamily={undefined}>
+ <SectionHeading mt={12} mb={8} fontFamily="heading">
605
<Translation id="page-index-network-stats-title" />
606
</SectionHeading>
607
<SectionDecription>
@@ -613,7 +613,7 @@ const HomePage = ({
613
{/* Explore Section */}
614
615
<Box pb={4}>
616
617
<Translation id="page-index-touts-header" />
618
619
</Box>
0 commit comments