From 31366f40ca1da32137791e84993ca7c701287c19 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Mon, 3 Feb 2025 13:16:02 +0000 Subject: [PATCH] reps defect 42 --- components/utils/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/utils/index.js b/components/utils/index.js index 954d662a..67841c5b 100644 --- a/components/utils/index.js +++ b/components/utils/index.js @@ -590,6 +590,7 @@ export const updateLinks = (jsonObj) => { const anchor = document.createElement("a"); anchor.href = fullUrl; anchor.textContent = match[0]; + anchor.target = "_blank"; anchor.setAttribute("rel", "noopener noreferrer"); // Add the anchor tag to the node content