added alt for user profile

This commit is contained in:
Mamalizz
2025-02-08 23:47:19 +03:30
parent 490f7e9a7a
commit ee3821f57d
+1 -1
View File
@@ -43,7 +43,7 @@ const isHomePage = computed(() => route.path === "/");
? `${account.first_name.charAt(
0
)} ${account.last_name.charAt(0)}`
: ''
: 'بدون نام کاربری'
"
/>
</NuxtLink>