diff --git a/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue b/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue index 549310d..63f2b19 100644 --- a/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue +++ b/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue @@ -4,20 +4,8 @@
-
-
- -
- -
+ +
آواتار خود را انتخاب کنید
@@ -93,11 +81,13 @@ import SidebarMenu from '@/components/SidebarMenu.vue' import axios from '@/axios'; import { ref } from 'vue'; +import AppHeader from '@/components/Header.vue'; export default { name: 'ChangeAvatar', components: { - SidebarMenu + SidebarMenu, + AppHeader, }, data() { return { diff --git a/xroom-dashboard/src/pages/dashboard/EditProfile.vue b/xroom-dashboard/src/pages/dashboard/EditProfile.vue index 06988dc..d2bc885 100644 --- a/xroom-dashboard/src/pages/dashboard/EditProfile.vue +++ b/xroom-dashboard/src/pages/dashboard/EditProfile.vue @@ -5,23 +5,9 @@
-
-
- -
- -
- -
ویرایش پروفایل
+ +
@@ -37,7 +23,7 @@
- تغییر آواتار + تغییر آواتار
@@ -116,11 +102,14 @@