From 76ac7121afd2818440812af466f2ab06a8019ef3 Mon Sep 17 00:00:00 2001 From: Pranav-IIITM Date: Mon, 29 Jun 2026 21:51:38 +0530 Subject: [PATCH] fix(blogs): add rel=noopener noreferrer to external links Signed-off-by: Pranav-IIITM --- src/components/Blogs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Blogs/index.js b/src/components/Blogs/index.js index 0ec81ff32..667566373 100644 --- a/src/components/Blogs/index.js +++ b/src/components/Blogs/index.js @@ -44,7 +44,7 @@ export default function Blogs() {
{(item.metadata?.authors || []).map( (item) => ( - + {item.name} )