added alt for user profile
This commit is contained in:
@@ -43,7 +43,7 @@ const isHomePage = computed(() => route.path === "/");
|
||||
? `${account.first_name.charAt(
|
||||
0
|
||||
)} ${account.last_name.charAt(0)}`
|
||||
: ''
|
||||
: 'بدون نام کاربری'
|
||||
"
|
||||
/>
|
||||
</NuxtLink>
|
||||
|
||||
Reference in New Issue
Block a user