From 27ae0baa110cdf9862bf16bfb55b3a742a80cecb Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Thu, 5 May 2022 08:43:29 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/theme/Footer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js index e58575e..4b3e371 100644 --- a/src/theme/Footer/index.js +++ b/src/theme/Footer/index.js @@ -44,7 +44,7 @@ function Footer() { <FaLinkedin className="footer_icons" /> </a> - <a href="https://twitter.com/art_devops" rel="noreferrer"> + <a href="https://twitter.com/art_devops" target="_blank" rel="noreferrer"> <FaTwitter className="footer_icons" /> </a> -- GitLab