refactor: extract account avatar

This commit is contained in:
三咲智子 2022-11-25 19:04:35 +08:00
parent 910c585a55
commit b58d204199
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
3 changed files with 25 additions and 14 deletions

View file

@ -53,11 +53,9 @@ function getFieldNameIcon(fieldName: string) {
<div p4 mt--17 flex flex-col gap-6>
<div flex justify-between>
<div flex="~ col gap-2 1" min-w-0>
<div>
<NuxtLink :to="getAccountPath(account)">
<AccountAvatar :account="account" w-30 h-30 />
</NuxtLink>
</div>
<NuxtLink w-fit :to="getAccountPath(account)">
<AccountAvatar :account="account" w-30 h-30 />
</NuxtLink>
<div flex flex-col>
<ContentRichSetup font-bold text-2xl break-words :content="getDisplayName(account)" :emojis="account.emojis" />
<p op50>