add home link to go-ethereum header

pull/26459/head^2
Corwin Smith 2 years ago
parent c5c828afc6
commit 953ddbf55e
  1. 10
      src/components/UI/Header.tsx

@ -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…
Cancel
Save