feat: always show account server (#119)
This commit is contained in:
parent
de468fb28b
commit
1194d56d09
4 changed files with 26 additions and 10 deletions
|
@ -20,9 +20,7 @@ const accountHandle = $(useAccountHandle(account, fullServer))
|
|||
</div>
|
||||
<NuxtLink flex flex-col :to="link ? getAccountPath(account) : null">
|
||||
<ContentRich font-bold hover:underline :content="getDisplayName(account)" :emojis="account.emojis" />
|
||||
<p op35 text-sm>
|
||||
{{ accountHandle }}
|
||||
</p>
|
||||
<AccountHandle :account="account" text-sm op35 />
|
||||
<slot name="bottom" />
|
||||
</NuxtLink>
|
||||
<slot />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue