diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index d42713d4a0..811fd920cf 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -1340,7 +1340,7 @@ export default { }, openAdminPanel () { - this.$router.push(`/admin-panel/${this.hero._id}`); + this.$router.push(`/admin/panel/${this.hero._id}`); }, }, }; diff --git a/website/client/src/components/userMenu/profileStats.vue b/website/client/src/components/userMenu/profileStats.vue index 548a9e101a..10e78a66a7 100644 --- a/website/client/src/components/userMenu/profileStats.vue +++ b/website/client/src/components/userMenu/profileStats.vue @@ -246,7 +246,9 @@ :class="{white: user.preferences.background}" style="overflow:hidden" > - +