From d569bbcc082551d9e29788b711ac99a0b8c4e8b1 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Thu, 17 Apr 2025 00:31:56 +0330 Subject: [PATCH] added link active and changed the logo --- frontend/components/global/Header.vue | 60 +++++++++++++-------------- 1 file changed, 30 insertions(+), 30 deletions(-) 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)}` : 'بدون نام کاربری' " /> - - + + route.path === "/"); - +
-
- - - - +
+