diff --git a/src/theme/MDXComponents.tsx b/src/theme/MDXComponents.tsx index cb62762eff..b33ba607e7 100644 --- a/src/theme/MDXComponents.tsx +++ b/src/theme/MDXComponents.tsx @@ -92,7 +92,7 @@ const StyledLink: React.FC = ({ children, ...props }) = //@ts-ignore const url = props && props?.href if (url?.includes("prisma.io/") || url?.charAt(0) === "/") - return + return {children} else return {children}