mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix(ui): style consistant
This commit is contained in:
parent
916793f5ae
commit
b4012a11bf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const account = isSelf ? computed(() => status.account) : useAccountById(status.
|
|||
<AccountInlineInfo v-else :account="account" :link="false" mx-0.5 />
|
||||
</template>
|
||||
</template>
|
||||
<div i-ph:chats-fill text-primary text-lg />
|
||||
<div i-ri:question-answer-line text-secondary-light text-lg />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue