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 58964f3e authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

refactor: create support col on footer

parent d181b206
No related branches found
No related tags found
1 merge request!25Resolve "add legals terms page"
......@@ -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,
......
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