prevent Header title from wrapping [Fixes #79] (#111)

This commit is contained in:
Paul Wackerow 2022-12-02 15:32:30 +01:00 committed by GitHub
parent 271d7c9bf1
commit 123b299345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ export const Header: FC = () => {
>
<NextLink href={'/'} passHref>
<Link _hover={{ textDecoration: 'none' }}>
<Text textStyle='header-font'>go-ethereum</Text>
<Text textStyle='header-font' whiteSpace='nowrap'>go-ethereum</Text>
</Link>
</NextLink>
</Stack>