Add ? to What is Ethereum and What is Geth (#184)

This commit is contained in:
Corwin Smith 2022-12-16 13:09:54 -07:00 committed by GitHub
parent ea4df932c4
commit fd33fbdc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ export const WhatIsEthereum: FC<Props> = ({ children }) => {
>
<Stack p={4} borderBottom='2px' borderColor='primary' sx={{ mt: '0 !important' }}>
<Box as='h2' textStyle='h2'>
What is Ethereum
What is Ethereum?
</Box>
</Stack>

View File

@ -37,7 +37,7 @@ const HomePage: NextPage = ({}) => {
<GridItem rowSpan={2}>
{/* SECTION: What is Geth */}
<HomeSection
sectionTitle='What is Geth'
sectionTitle='What is Geth?'
linkLabel='Get started with Geth'
buttonHref={`${DOCS_PAGE}/getting-started`}
Svg={GopherHomeFront}