publication v-1
This commit is contained in:
+2
-2
@@ -283,8 +283,8 @@
|
||||
|
||||
<nuxt-link to="/account" v-if="authUser">
|
||||
<img
|
||||
v-if="authUser.avatarMedia"
|
||||
:src="authUser.avatarMedia"
|
||||
v-if="authUser.user.avatarMedia"
|
||||
:src="authUser.user.avatarMedia"
|
||||
alt="profile"
|
||||
class="h-[3.698vw] w-[3.698vw] rounded-full p-[0.521vw]"
|
||||
/>
|
||||
|
||||
+2
-2
@@ -285,8 +285,8 @@
|
||||
class="py-[2vw] md:py-0 text-[17.72px] md:text-[1.502vw] text-[#383E43] mt-[0.417vw]"
|
||||
>
|
||||
|
||||
<span v-if="authUser.name">
|
||||
{{authUser.name}}
|
||||
<span v-if="authUser.user.name">
|
||||
{{authUser.user.name}}
|
||||
</span>
|
||||
|
||||
<span v-else>کاربر</span>
|
||||
|
||||
Reference in New Issue
Block a user