diff --git a/var/vue_templates/components/layout/SidebarNotLoggedIn.vue b/var/vue_templates/components/layout/SidebarNotLoggedIn.vue index 5d4cda2e75..ebdecf041c 100644 --- a/var/vue_templates/components/layout/SidebarNotLoggedIn.vue +++ b/var/vue_templates/components/layout/SidebarNotLoggedIn.vue @@ -48,10 +48,6 @@ const menuItems = computed(() => [ } ], }, - { - label: t("FAQ"), - command: async () => await router.push({ name: "Faq" }), - }, { label: t("Registration"), url: "/main/auth/inscription.php", @@ -60,6 +56,10 @@ const menuItems = computed(() => [ label: t("Demo"), command: async () => await router.push({ name: "Demo" }), }, + { + label: t("FAQ"), + command: async () => await router.push({ name: "Faq" }), + }, { label: t("Contact"), url: "/contact",