feat(publish): avatar link to profile

zio/stable
三咲智子 2022-11-24 23:19:18 +08:00
parent ce0b247123
commit 0afaf49063
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 4 additions and 2 deletions

View File

@ -118,9 +118,11 @@ onUnmounted(() => {
</template> </template>
<div p4 flex gap-4> <div p4 flex gap-4>
<AccountAvatar :account="currentUser.account" w-12 h-12 /> <NuxtLink w-12 h-12 :to="getAccountPath(currentUser.account!)">
<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