parent
c535f76228
commit
fda372e565
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const SimpleLink = (props: SimpleLinkProps) => {
|
|||
|
||||
if (!href.startsWith('lbry://')) {
|
||||
return (
|
||||
<a href={href} title={title}>
|
||||
<a href={href} title={title} target={'_blank'} rel={'noreferrer noopener'}>
|
||||
{children}
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue