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

Resolve "Create Froggit Menu"

Merged Christophe Chaudier requested to merge 81-create-froggit-menu-with-js into master
1 file
+ 19
0
Compare changes
  • Side-by-side
  • Inline
+ 19
0
@@ -31,6 +31,25 @@ module.exports = {
href: "https://lab.frogg.it/users/sign_in",
},
{label: "S'enregistrer", position: "right", to: "/tarifs"},
{
type: "dropdown",
label: "Les services",
position: "right",
items: [
{
label: "Le Lab 🧪",
href: "https://lab.frogg.it/",
},
{
label: "Le Chat 💬",
href: "https://chat.froggit.fr/",
},
{
label: "Status ✔",
href: "https://status.froggit.fr/",
},
],
},
],
},
footer: {
Loading