Add ? to What is Ethereum and What is Geth (#184)
This commit is contained in:
parent
ea4df932c4
commit
fd33fbdc77
|
@ -23,7 +23,7 @@ export const WhatIsEthereum: FC<Props> = ({ children }) => {
|
||||||
>
|
>
|
||||||
<Stack p={4} borderBottom='2px' borderColor='primary' sx={{ mt: '0 !important' }}>
|
<Stack p={4} borderBottom='2px' borderColor='primary' sx={{ mt: '0 !important' }}>
|
||||||
<Box as='h2' textStyle='h2'>
|
<Box as='h2' textStyle='h2'>
|
||||||
What is Ethereum
|
What is Ethereum?
|
||||||
</Box>
|
</Box>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ const HomePage: NextPage = ({}) => {
|
||||||
<GridItem rowSpan={2}>
|
<GridItem rowSpan={2}>
|
||||||
{/* SECTION: What is Geth */}
|
{/* SECTION: What is Geth */}
|
||||||
<HomeSection
|
<HomeSection
|
||||||
sectionTitle='What is Geth'
|
sectionTitle='What is Geth?'
|
||||||
linkLabel='Get started with Geth'
|
linkLabel='Get started with Geth'
|
||||||
buttonHref={`${DOCS_PAGE}/getting-started`}
|
buttonHref={`${DOCS_PAGE}/getting-started`}
|
||||||
Svg={GopherHomeFront}
|
Svg={GopherHomeFront}
|
||||||
|
|
Loading…
Reference in New Issue