update
This commit is contained in:
+8
-1
@@ -283,10 +283,17 @@
|
||||
|
||||
<nuxt-link to="/account" v-if="authUser">
|
||||
<img
|
||||
v-if="authUser.avatarMedia"
|
||||
:src="authUser?.avatarMedia"
|
||||
alt="profile"
|
||||
class="h-[3.698vw] w-[3.698vw] rounded-full p-[0.521vw]"
|
||||
/>
|
||||
<img
|
||||
v-else
|
||||
src="/public/images/alt.png"
|
||||
alt="profile"
|
||||
class="h-[3.698vw] w-[3.698vw] rounded-full p-[0.521vw]"
|
||||
/>
|
||||
</nuxt-link>
|
||||
<nuxt-link to="/login" v-else>
|
||||
<svg
|
||||
@@ -313,7 +320,7 @@
|
||||
class="z-[10] w-[28vw] pt-[0.5vw] pb-[2vw] flex flex-col absolute mt-[8vw] rounded-[0.521vw] bg-[#F5F5F5] border shadow-md"
|
||||
>
|
||||
<span
|
||||
class="text-[0.vw] w-full text-end pe-[0.8vw] cursor-pointer"
|
||||
class="text-[0.6vw] w-full text-end pe-[0.8vw] cursor-pointer"
|
||||
@click="closeSearchBox"
|
||||
>بستن</span
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user