diff --git a/frontend/components/global/Header.vue b/frontend/components/global/Header.vue
index 681cb0d..9ae43bc 100644
--- a/frontend/components/global/Header.vue
+++ b/frontend/components/global/Header.vue
@@ -29,20 +29,22 @@ const isHomePage = computed(() => route.path === "/");
class="w-full flex-center"
:class="isHomePage ? 'fixed top-0 left-0 z-999' : 'z-999'"
>
-
+
-
-
+
+
route.path === "/");
:src="account.profile_photo"
:alt="
account.first_name && account.last_name
- ? `${account.first_name.charAt(
- 0
- )} ${account.last_name.charAt(0)}`
+ ? `${account.first_name.charAt(0)} ${account.last_name.charAt(0)}`
: 'بدون نام کاربری'
"
/>
-
-
+
+
-
+
-