add home link to go-ethereum header

This commit is contained in:
Corwin Smith 2022-11-07 11:41:46 -07:00
parent c5c828afc6
commit 953ddbf55e
1 changed files with 7 additions and 3 deletions

View File

@ -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}
> >
<Text textStyle='header-font'> <NextLink href={'/'} passHref>
go-ethereum <Link _hover={{ textDecoration: 'none' }}>
</Text> <Text textStyle='header-font'>
go-ethereum
</Text>
</Link>
</NextLink>
</Stack> </Stack>
<Flex> <Flex>