From 16ac56e228cf6450f3d36613e6016b3e734eea53 Mon Sep 17 00:00:00 2001 From: Kelvin Kiptum Kiprop Date: Wed, 3 Apr 2024 23:37:58 +0300 Subject: [PATCH] fix: added noopener/noreferrer to links to fix unsafe links warning --- src/pages/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 824e27a..bbd63a4 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -93,7 +93,7 @@ export const AboutPage = () => { {SITES.map((s) => ( - + {createElement(s.icon, { style: { fontSize: 24 } })}