Skip to content
Snippets Groups Projects
Commit 3c222976 authored by JARRIGE VIRGILE's avatar JARRIGE VIRGILE
Browse files

Add /pount at line 100 to fix the link under the button "HELP"

parent 5bed2f96
1 merge request!1Add /pount at line 100 to fix the link under the button "HELP"
Pipeline #67975 passed with warnings with stages
in 5 minutes and 44 seconds
......@@ -97,7 +97,7 @@ export default {
{ label: this.$t('dashboard.label'), icon: 'mdi-view-dashboard-variant', to: { name: 'dashboard' }, isDisplayed: this.isLogged },
{ label: this.$t('menu.about'), icon: 'mdi-information', to: { name : 'about' }, isDisplayed: true },
{ label: this.$t('menu.feedback'), icon: 'mdi-message', to: { name : 'contact' }, isDisplayed: true },
{ label: this.$t('menu.help'), icon: 'mdi-help-circle', href: 'https://community.pages.unistra.fr/pount-api/index.html', isDisplayed: true },
{ label: this.$t('menu.help'), icon: 'mdi-help-circle', href: 'https://community.pages.unistra.fr/pount/pount-api/index.html', isDisplayed: true },
];
},
isExtraLinks() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment