new changes

This commit is contained in:
Mamalizz
2025-03-27 23:07:17 +03:30
parent 789e3c1d9c
commit 86138c2948
@@ -33,8 +33,8 @@ const profile = computed(() => {
return is_user.value
? account.value?.profile_photo
? account.value?.profile_photo
: "/avatars/1.jpg"
: "/avatars/3.jpg";
: "/img/avatars/1.jpg"
: "/img/avatars/3.jpg";
});
const username = computed(() => {