This commit is contained in:
Paul Wackerow 2022-12-02 10:59:41 -08:00
parent 50eb37ae2f
commit 0836329a08
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
2 changed files with 4 additions and 2 deletions

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

@ -116,7 +116,7 @@ const DocPage: NextPage<Props> = ({ frontmatter, content, navLinks, lastModified
</Stack> </Stack>
<Flex width='100%' placeContent='space-between'> <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 <ReactMarkdown
remarkPlugins={[gfm]} remarkPlugins={[gfm]}
rehypePlugins={[rehypeRaw]} rehypePlugins={[rehypeRaw]}