Merge pull request #25 from ethereum/headerFixes
add home link to go-ethereum header
This commit is contained in:
commit
eacbc76397
@ -20,9 +20,13 @@ export const Header: FC = () => {
|
|||||||
borderRight={{ base: 'none', sm: '2px solid #11866f'}}
|
borderRight={{ base: 'none', sm: '2px solid #11866f'}}
|
||||||
flexGrow={2}
|
flexGrow={2}
|
||||||
>
|
>
|
||||||
|
<NextLink href={'/'} passHref>
|
||||||
|
<Link _hover={{ textDecoration: 'none' }}>
|
||||||
<Text textStyle='header-font'>
|
<Text textStyle='header-font'>
|
||||||
go-ethereum
|
go-ethereum
|
||||||
</Text>
|
</Text>
|
||||||
|
</Link>
|
||||||
|
</NextLink>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Flex>
|
<Flex>
|
||||||
|
Loading…
Reference in New Issue
Block a user