From c71972dff8f3113adc700c3a7ff366c1849a0cb8 Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Thu, 5 May 2022 19:06:05 +0000
Subject: [PATCH] refactor: reduce number of emojis in header and footer

---
 docusaurus.config.js | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 61c1153..c567394 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -20,17 +20,17 @@ module.exports = {
         src: "img/logo_typo_froggit.png",
       },
       items: [      
-        {label: "✨ Fonctionnalités", position: "left", to: "/#features", exact: true},
-        {label: "❓ FAQ", position: "left", to: "/faq"},
-        {label: "💰 Tarifs", position: "left", to: "/tarifs"},
-        {label: "📔 Doc", position: "left", type: "doc", docId: "intro", },
+        {label: "Fonctionnalités", position: "left", to: "/#features", exact: true},
+        {label: "FAQ", position: "left", to: "/faq"},
+        {label: "Tarifs", position: "left", to: "/tarifs"},
+        {label: "Doc", position: "left", type: "doc", docId: "intro", },
         {label: "🎁 Antisèche et Communauté git", position: "left", to: "/communaute"},
         {
           label: "👤 Connexion",
           position: "right",
           href: "https://lab.frogg.it/users/sign_in",
         },
-        {label: "🚀 S'enregistrer", position: "right", to: "/tarifs"},
+        {label: "S'enregistrer", position: "right", to: "/tarifs"},
       ],
     },
     footer: {
@@ -44,11 +44,11 @@ module.exports = {
               href: "https://lydra.fr/es-2-ton-code-source-est-il-vraiment-en-securite/",
             },
             {
-              label: "⚖️ La souveraineté numérique",
+              label: "La souveraineté numérique",
               href: "https://lydra.fr/category/souverainete-numerique/",
             },
             {
-              label: "❓ git kesako",
+              label: "git kesako ?",
               href: "https://github.com/git-guides/",
             },
           ],
@@ -57,7 +57,7 @@ module.exports = {
           title: "Support",
           items: [
             {
-              label: "🛎️ Contact",
+              label: "Contact",
               to: "/contacts",
             },
             {
@@ -70,15 +70,19 @@ module.exports = {
           title: "Société",
           items: [
             {
-              label: "🏢 À propos",
+              label: "À propos",
               href: "https://lydra.fr",
             },
             {
-              label: "💼 Équipe",
+              label: "Équipe",
               href: "https://lydra.fr/#team",
             },
             {
-              label: "⚖️ Mentions légales",
+              label: "Sous-traitants",
+              to: "/sous-traitants",
+            },
+            {
+              label: "Mentions légales",
               to: "/mentions_legales",
             },
             {
@@ -90,13 +94,9 @@ module.exports = {
               to: "/CGU",
             },
             {
-              label: "🔍 Politique de confidentialité",
+              label: "Politique de confidentialité",
               to: "/confidentialite",
             },
-            {
-              label: "👥 Sous-traitants",
-              to: "/sous-traitants",
-            },
           ],
         },
       ],
-- 
GitLab