chore: update link target

pull/3287/head
Steven 10 months ago
parent cdcb61da17
commit 205bf7ed0e

@ -47,12 +47,12 @@ const Link: React.FC<Props> = ({ text, url }: Props) => {
}
arrow
>
<MLink underline="always" href={url}>
<MLink underline="always" target="_blank" href={url}>
{text || url}
</MLink>
</Tooltip>
) : (
<MLink underline="always" href={url}>
<MLink underline="always" target="_blank" href={url}>
{text || url}
</MLink>
);

Loading…
Cancel
Save