From f199babb6466ab43e4d8a260d4767b294de69efc Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 23 Dec 2023 15:07:54 +0300 Subject: [PATCH] fixed icons user url --- luckydiamond/src/components/HeaderComponent.vue | 2 +- luckydiamond/src/pages/ProfilePage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luckydiamond/src/components/HeaderComponent.vue b/luckydiamond/src/components/HeaderComponent.vue index c7259e8..ee2a637 100644 --- a/luckydiamond/src/components/HeaderComponent.vue +++ b/luckydiamond/src/components/HeaderComponent.vue @@ -23,7 +23,7 @@ export default { return { balance: 0, auth: false, - imageUrl: "https://visage.surgeplay.com/face/55/", + imageUrl: "https://avatar.spworlds.ru/face/55/", userName: "", }; }, diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 54d43d0..72bb2d3 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -101,7 +101,7 @@ export default { console.error('error in profile, get money', error) }) - this.imageUrl = `https://visage.surgeplay.com/front/256/${this.username}` + this.imageUrl = `https://avatar.spworlds.ru/front/256/${this.username}` }, methods: { depositClick() {