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

feat: add learn dropdown menu

parent bd8ba8bb
No related branches found
No related tags found
1 merge request!96Resolve "add link to academie"
Pipeline #10498 passed
......@@ -30,7 +30,21 @@ module.exports = {
{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"},
{
type: "dropdown",
label: "🎓 Apprendre",
position: "left",
items: [
{
label: "🎁 Antisèche et Communauté git",
to: "/communaute",
},
{
label: "L'Académie : mentorat de groupe",
href: "https://vu.fr/AcademieFroggit",
},
],
},
{
label: "👤 Connexion",
position: "right",
......
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