From eaa14763fa4e30967b96c31d89758b0a20b80560 Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Wed, 1 Feb 2023 11:01:13 +0000
Subject: [PATCH] feat: change twitter account

---
 src/theme/Footer/index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js
index ebcb2ea..9a6d319 100644
--- a/src/theme/Footer/index.js
+++ b/src/theme/Footer/index.js
@@ -39,7 +39,7 @@ function Footer() {
             <FaGitlab className="footer-icons" />
           </a>
 
-          <a href="https://www.youtube.com/channel/UCauIDghddUNu6Fto1nR9Bmg/?sub_confirmation=1" target="_blank" rel="noreferrer">
+          <a href="https://www.youtube.com/@MentorDevOps?sub_confirmation=1" target="_blank" rel="noreferrer">
             <FaYoutube className="footer-icons" />
           </a>
 
@@ -47,7 +47,7 @@ function Footer() {
             <FaLinkedin className="footer-icons" />
           </a>
           
-          <a href="https://twitter.com/art_devops" target="_blank" rel="noreferrer">
+          <a href="https://twitter.com/froggit_fr" target="_blank" rel="noreferrer">
             <FaTwitter className="footer-icons" />
           </a>
 
-- 
GitLab