chore: update link target

pull/3287/head
Steven 1 year ago
parent cdcb61da17
commit 205bf7ed0e

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

Loading…
Cancel
Save