Skip to content

Commit 10e8416

Browse files
committed
fix: 🐛 remove rel= attribute
1 parent 9d44f9b commit 10e8416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const DrilldownHelloBar: React.FC<DrilldownHelloBarProps> = ({
4444
{docsLink && (
4545
<>
4646
<EuiSpacer size={'xs'} />
47-
<EuiLink href={docsLink} target="_blank" rel="noopener" external>
47+
<EuiLink href={docsLink} target="_blank" external>
4848
{txtViewDocsLinkLabel}
4949
</EuiLink>
5050
</>

0 commit comments

Comments
 (0)