Follow-up (#1144)
This commit is contained in:
parent
8ea66f7c82
commit
03cf3e8498
@ -82,7 +82,7 @@ const MenuItem: FC<OwnProps> = (props) => {
|
|||||||
download={download}
|
download={download}
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
title={ariaLabel}
|
title={ariaLabel}
|
||||||
target="_blank"
|
target={href.startsWith(window.location.origin) ? '_self' : '_blank'}
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user