mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-25 20:32:56 +00:00
Merge pull request #25 from ethereum/headerFixes
add home link to go-ethereum header
This commit is contained in:
commit
eacbc76397
1 changed files with 7 additions and 3 deletions
|
|
@ -20,9 +20,13 @@ export const Header: FC = () => {
|
|||
borderRight={{ base: 'none', sm: '2px solid #11866f'}}
|
||||
flexGrow={2}
|
||||
>
|
||||
<Text textStyle='header-font'>
|
||||
go-ethereum
|
||||
</Text>
|
||||
<NextLink href={'/'} passHref>
|
||||
<Link _hover={{ textDecoration: 'none' }}>
|
||||
<Text textStyle='header-font'>
|
||||
go-ethereum
|
||||
</Text>
|
||||
</Link>
|
||||
</NextLink>
|
||||
</Stack>
|
||||
|
||||
<Flex>
|
||||
|
|
|
|||
Loading…
Reference in a new issue