web: open testimonial source links in new tab (#3863)

Signed-off-by: Dharmavineta <krishnabharadwaj1995@gmail.com>
This commit is contained in:
Krishna Bharadwaj
2023-11-25 11:57:24 +05:30
committed by GitHub
parent 170b2b24ab
commit e56b766c3a

View File

@@ -171,8 +171,10 @@ function AuthContainer(props) {
{testimonial.text} {" "}
<Link
sx={{ fontStyle: "italic", color: "paragraph-secondary" }}
href={testimonial.link}
>
href={testimonial.link}
target="_blank"
rel="noopener noreferrer"
>
source
</Link>
</Text>