Skip to content

Commit

Permalink
fix: πŸ› remove rel= attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 17, 2020
1 parent 9d44f9b commit 10e8416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const DrilldownHelloBar: React.FC<DrilldownHelloBarProps> = ({
{docsLink && (
<>
<EuiSpacer size={'xs'} />
<EuiLink href={docsLink} target="_blank" rel="noopener" external>
<EuiLink href={docsLink} target="_blank" external>
{txtViewDocsLinkLabel}
</EuiLink>
</>
Expand Down

0 comments on commit 10e8416

Please sign in to comment.