feat(publish): avatar link to profile

This commit is contained in:
三咲智子 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

View file

@ -118,9 +118,11 @@ onUnmounted(() => {
</template>
<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
flex flex-col gap-3 flex-auto
flex flex-col gap-3 flex-1
:class="isSending ? 'pointer-events-none' : ''"
>
<textarea