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

Merge branch '81-create-froggit-menu-with-js' into 'master'

Resolve "Create Froggit Menu"

Closes #81

See merge request !55
parents 9456af53 c7acfbc7
No related branches found
No related tags found
1 merge request!55Resolve "Create Froggit Menu"
Pipeline #5810 passed
......@@ -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: {
......
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