mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
fix: update link component to allow modifier+click to properly work, and write tests (#534)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user