From eccc115b7359269275ff5e2a403824d22411f6fa Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 19 Feb 2026 18:11:25 +0100 Subject: [PATCH] Admin Panel fixes (#15613) * fix profile link to admin panel * fix profile looking broken when no background is equipped --- website/client/src/components/userMenu/profile.vue | 2 +- website/client/src/components/userMenu/profileStats.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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" > - +