mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 14:44:37 +00:00
fix(ui): Open mailto link in new tab (#7982)
This commit is contained in:
parent
b3d80e57e8
commit
2c4a59b302
@ -44,7 +44,7 @@ export default function EmailMenuItem({ urn, name, type, key }: EmailMenuItemPro
|
||||
<Tooltip title={`Share this ${type} via email`}>
|
||||
{isClicked ? <CheckOutlined /> : <MailOutlined />}
|
||||
<TextSpan>
|
||||
<a href={link} style={{ color: 'inherit' }}>
|
||||
<a href={link} target="_blank" rel="noreferrer" style={{ color: 'inherit' }}>
|
||||
<b>Email</b>
|
||||
</a>
|
||||
</TextSpan>
|
||||
|
Loading…
x
Reference in New Issue
Block a user