diff --git a/frontend/src/components/Sidebar.vue b/frontend/src/components/Sidebar.vue index 0ace3cea..93cda311 100644 --- a/frontend/src/components/Sidebar.vue +++ b/frontend/src/components/Sidebar.vue @@ -197,7 +197,7 @@ export default { this.$router.push({ path: "/settings/profile" }); this.closeHovers(); }, - toSettings() { + toGlobalSettings() { this.$router.push({ path: "/settings/global" }); this.closeHovers(); },