mirror of
https://github.com/usememos/memos.git
synced 2025-04-03 04:11:20 +02:00
chore: update link target
This commit is contained in:
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…
x
Reference in New Issue
Block a user