Fix links for next 13.

This commit is contained in:
2023-12-04 14:33:14 +13:00
parent c0e31629e9
commit 6050cb0408
3 changed files with 14 additions and 12 deletions

View File

@ -7,10 +7,10 @@ const CustomLink = ({ href, ...rest }) => {
if (isInternalLink) {
return (
<Link href={href}>
<a {...rest} />
</Link>
)
(<Link href={href} {...rest}>
</Link>)
);
}
if (isAnchorLink) {