From a2c89c1b1a40e8768eb3711c372e36cc6126d31a Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Thu, 27 Mar 2025 23:07:07 +0330 Subject: [PATCH] new changes --- .../profile/index/ProfilePictureModal.vue | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/frontend/components/profile/index/ProfilePictureModal.vue b/frontend/components/profile/index/ProfilePictureModal.vue index 046e7a7..5674c7e 100644 --- a/frontend/components/profile/index/ProfilePictureModal.vue +++ b/frontend/components/profile/index/ProfilePictureModal.vue @@ -45,11 +45,11 @@ const { }); const avatars = ref([ - "/avatars/1.jpg", - "/avatars/2.jpg", - "/avatars/3.jpg", - "/avatars/4.jpg", - "/avatars/5.jpg", + "/img/avatars/1.jpg", + "/img/avatars/2.jpg", + "/img/avatars/3.jpg", + "/img/avatars/4.jpg", + "/img/avatars/5.jpg", ]); // queries @@ -134,11 +134,7 @@ onFileDialogChange((files: any) => {
- +