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

pull/26459/head^2
Corwin Smith 2 years ago committed by GitHub
parent ea4df932c4
commit fd33fbdc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/UI/homepage/WhatIsEthereum.tsx
  2. 2
      src/pages/index.tsx

@ -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>

@ -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}

Loading…
Cancel
Save