mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-05 07:42:57 +00:00
add legacyBehavior prop
This commit is contained in:
parent
657083d7f2
commit
fbd09362f2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export const LinksList: FC<LinksListProps> = ({ links, toggleMobileAccordion })
|
||||||
_hover={{ background: 'primary', color: 'bg' }}
|
_hover={{ background: 'primary', color: 'bg' }}
|
||||||
data-group
|
data-group
|
||||||
>
|
>
|
||||||
<NextLink href={to} passHref key={id} onClick={toggleMobileAccordion}>
|
<NextLink href={to} passHref key={id} onClick={toggleMobileAccordion} legacyBehavior>
|
||||||
<Link textDecoration='none !important'>
|
<Link textDecoration='none !important'>
|
||||||
<Text
|
<Text
|
||||||
textStyle='docs-nav-links'
|
textStyle='docs-nav-links'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue