Merge pull request #25 from ethereum/headerFixes

add home link to go-ethereum header
This commit is contained in:
Nicolás Quiroz 2022-11-09 13:04:56 -03:00 committed by GitHub
commit eacbc76397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,9 +20,13 @@ export const Header: FC = () => {
borderRight={{ base: 'none', sm: '2px solid #11866f'}}
flexGrow={2}
>
<NextLink href={'/'} passHref>
<Link _hover={{ textDecoration: 'none' }}>
<Text textStyle='header-font'>
go-ethereum
</Text>
</Link>
</NextLink>
</Stack>
<Flex>