fix: use ContentRich for account links (#48)
This commit is contained in:
parent
55aed591de
commit
ce0b247123
@ -8,6 +8,6 @@ defineProps<{
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NuxtLink :to="getAccountPath(account)">
|
<NuxtLink :to="getAccountPath(account)">
|
||||||
{{ getDisplayName(account) }}
|
<ContentRich font-bold :content="getDisplayName(account)" :emojis="account.emojis" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user