chore: fixes usage of NextLink in nav
This commit is contained in:
@@ -88,7 +88,9 @@ export const DefaultNav: React.FC<{
|
||||
id = `nav-global-${entity.slug}`
|
||||
}
|
||||
|
||||
const Link = LinkWithDefault.default
|
||||
const Link = (LinkWithDefault.default ||
|
||||
LinkWithDefault) as typeof LinkWithDefault.default
|
||||
|
||||
const LinkElement = Link || 'a'
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user