From e56b766c3a41ff56219854acce5359695b1a0a4f Mon Sep 17 00:00:00 2001 From: Krishna Bharadwaj <113006433+Dharmavineta@users.noreply.github.com> Date: Sat, 25 Nov 2023 11:57:24 +0530 Subject: [PATCH] web: open testimonial source links in new tab (#3863) Signed-off-by: Dharmavineta --- apps/web/src/components/auth-container/index.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/auth-container/index.jsx b/apps/web/src/components/auth-container/index.jsx index 599fc1bc6..b8a888d46 100644 --- a/apps/web/src/components/auth-container/index.jsx +++ b/apps/web/src/components/auth-container/index.jsx @@ -171,8 +171,10 @@ function AuthContainer(props) { {testimonial.text} —{" "} + href={testimonial.link} + target="_blank" + rel="noopener noreferrer" + > source