feat(publish): avatar link to profile
parent
ce0b247123
commit
0afaf49063
|
@ -118,9 +118,11 @@ onUnmounted(() => {
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div p4 flex gap-4>
|
<div p4 flex gap-4>
|
||||||
|
<NuxtLink w-12 h-12 :to="getAccountPath(currentUser.account!)">
|
||||||
<AccountAvatar :account="currentUser.account" w-12 h-12 />
|
<AccountAvatar :account="currentUser.account" w-12 h-12 />
|
||||||
|
</NuxtLink>
|
||||||
<div
|
<div
|
||||||
flex flex-col gap-3 flex-auto
|
flex flex-col gap-3 flex-1
|
||||||
:class="isSending ? 'pointer-events-none' : ''"
|
:class="isSending ? 'pointer-events-none' : ''"
|
||||||
>
|
>
|
||||||
<textarea
|
<textarea
|
||||||
|
|
Loading…
Reference in New Issue