Merge remote-tracking branch 'geth-website/master' into geth-nextjs

This commit is contained in:
Paul Wackerow 2022-12-20 07:19:50 -08:00
commit fac99f3cf9
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D

@ -35,7 +35,7 @@ export const DocsLinks: FC<Props> = ({ navLinks, toggleMobileAccordion }) => {
navLinks.reduce(
(acc, navLink) => ({
...acc,
[navLink.id]: checkNavLinks({ items: navLink.items, pathCheck: asPath })
[navLink.id]: checkNavLinks({ items: navLink.items, pathCheck: asPath.split('#')[0] })
}),
{}
)