diff --git a/docusaurus.config.js b/docusaurus.config.js
index e97fe454f8f9615235126c610781b9720501ec7c..4b1e69f69af6fd04f7c8b2031aaeac2f46603090 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -76,15 +76,15 @@ module.exports = {
           ],
         },
         {
-          title: "Communauté",
+          title: "Support",
           items: [
-            {
-              label: "Forum",
-              to: "/dummy_page",
+                        {
+              label: "🛎️ Contact",
+              to: "/contacts",
             },
             {
-              label: "Wiki",
-              to: "/dummy_page",
+              label: "✔️ Status du service",
+              href: "https://status.froggit.fr",
             },
           ],
         },     
@@ -99,10 +99,6 @@ module.exports = {
               label: "💼 Équipe",
               href: "https://lydra.fr/#team",
             },
-            {
-              label: "🛎️ Contact",
-              to: "/contacts",
-            },
             {
               label: "⚖️ Mentions légales",
               to: "/mentions_legales",
@@ -128,7 +124,7 @@ module.exports = {
       ],
       
       // eslint-disable-next-line quotes
-      copyright: `Lydra © ${new Date().getFullYear()}` +"<br/>"+ `Froggit est fièrement fabriqué avec ❤️ par <a href="http://lydra.fr/">Lydra</a> avec des Logiciels Libres et hébergé en 🇫🇷 chez <a href="https://www.scaleway.fr/">Scaleway</a> | <a href="https://status.froggit.fr">✔️ Status du service</a>`,
+      copyright: `Lydra © ${new Date().getFullYear()}` +"<br/>"+ `Froggit est fièrement fabriqué avec ❤️ par <a href="http://lydra.fr/">Lydra</a> avec des Logiciels Libres et hébergé en 🇫🇷 chez <a href="https://www.scaleway.fr/">Scaleway</a>`,
     },
     prism: {
       theme: lightCodeTheme,