mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 12:06:40 +00:00
parent
271d7c9bf1
commit
123b299345
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export const Header: FC = () => {
|
||||||
>
|
>
|
||||||
<NextLink href={'/'} passHref>
|
<NextLink href={'/'} passHref>
|
||||||
<Link _hover={{ textDecoration: 'none' }}>
|
<Link _hover={{ textDecoration: 'none' }}>
|
||||||
<Text textStyle='header-font'>go-ethereum</Text>
|
<Text textStyle='header-font' whiteSpace='nowrap'>go-ethereum</Text>
|
||||||
</Link>
|
</Link>
|
||||||
</NextLink>
|
</NextLink>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue