From fd0a83d6a2e542d16b8c6092303c1af995c1b79b Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 21 Jun 2020 14:25:51 +0300 Subject: [PATCH] External link: also add noreferrer. --- src/widgets/ExternalLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/ExternalLink.tsx b/src/widgets/ExternalLink.tsx index eb30a95..bde1f6f 100644 --- a/src/widgets/ExternalLink.tsx +++ b/src/widgets/ExternalLink.tsx @@ -4,7 +4,7 @@ import * as React from 'react'; export const ExternalLink = React.memo(({ children, ...props }: any) => ( - + {children} ));