From 1c75e1f80d0cc2518b9f779ae3eccdd0daf9d181 Mon Sep 17 00:00:00 2001 From: xiang578 Date: Thu, 30 Mar 2023 22:34:18 +0800 Subject: [PATCH] update --- layout/widget/profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/widget/profile.jsx b/layout/widget/profile.jsx index 6c9550c..ebb3a44 100644 --- a/layout/widget/profile.jsx +++ b/layout/widget/profile.jsx @@ -10,7 +10,7 @@ class Profile extends Component { return
{links.filter(link => typeof link === 'object').map(link => { return + target="_blank" rel={link.name == "Twitter"? "noopener me": "noopener"} title={link.name} href={link.url}> {'icon' in link ? : link.name} ; })}