Skip to content
Snippets Groups Projects

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

Merged JARRIGE VIRGILE requested to merge fix_help_link into develop
Compare and
1 file
+ 1
1
Preferences
Compare changes
@@ -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() {