Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c71972df authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

refactor: reduce number of emojis in header and footer

parent 0c962009
No related branches found
No related tags found
1 merge request!51Resolve "reduce the number of emojis in the header and footer"
Pipeline #5143 passed
......@@ -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",
},
],
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment