mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
Update src/components/UI/docs/DocumentNav.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
This commit is contained in:
parent
e564ae46aa
commit
d93e4373e2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export const DocumentNav: FC<Props> = ({ content }) => {
|
|||
<Text
|
||||
color={activeHash === heading?.headingId ? 'body' : 'primary'}
|
||||
textStyle='document-nav-link'
|
||||
mb='14px'
|
||||
mb={3.5}
|
||||
>
|
||||
{heading?.title}
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Reference in a new issue