mirror of
https://github.com/usememos/memos.git
synced 2025-03-24 06:30:09 +01: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
|
||||
>
|
||||
<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…
x
Reference in New Issue
Block a user