refactor: drop Setup
suffix for setup components
This commit is contained in:
parent
fded94c93d
commit
f165eebed3
9 changed files with 26 additions and 9 deletions
|
@ -14,7 +14,7 @@ const accountHandle = $(useAccountHandle(account))
|
|||
:to="link ? getAccountPath(account) : undefined"
|
||||
flex="~ col" min-w-0 md:flex="~ row gap-2" md:items-center
|
||||
>
|
||||
<ContentRichSetup font-bold break-words hover:underline :content="getDisplayName(account)" :emojis="account.emojis" />
|
||||
<ContentRich font-bold break-words hover:underline :content="getDisplayName(account)" :emojis="account.emojis" />
|
||||
<p op35 text-sm>
|
||||
{{ accountHandle }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue