fix: update link component to allow modifier+click to properly work, and write tests (#534)

This commit is contained in:
Jacob Marshall
2025-02-09 17:50:45 +00:00
committed by GitHub
parent 0f72506f95
commit 253f35dbbb
3 changed files with 149 additions and 4 deletions
@@ -34,7 +34,6 @@ export default function MdxLink(props: MdxLinkProps): JSX.Element {
<Anchor
component={Link}
{...props}
target="_blank"
variant="transparent"
display="inline"
style={{ fontWeight: 400 }}