pull/26459/head^2
Paul Wackerow 2 years ago
parent 50eb37ae2f
commit 0836329a08
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 4
      src/components/UI/Header.tsx
  2. 2
      src/pages/[...slug].tsx

@ -30,7 +30,9 @@ export const Header: FC = () => {
>
<NextLink href={'/'} passHref>
<Link _hover={{ textDecoration: 'none' }}>
<Text textStyle='header-font' whiteSpace='nowrap'>go-ethereum</Text>
<Text textStyle='header-font' whiteSpace='nowrap'>
go-ethereum
</Text>
</Link>
</NextLink>
</Stack>

@ -116,7 +116,7 @@ const DocPage: NextPage<Props> = ({ frontmatter, content, navLinks, lastModified
</Stack>
<Flex width='100%' placeContent='space-between'>
<Stack maxW='768px' sx={{ "*:first-child": { marginTop: '0 !important' } }}>
<Stack maxW='768px' sx={{ '*:first-child': { marginTop: '0 !important' } }}>
<ReactMarkdown
remarkPlugins={[gfm]}
rehypePlugins={[rehypeRaw]}

Loading…
Cancel
Save