feat: 🎨
This commit is contained in:
parent
6ef4e960d6
commit
29f5ccc4bb
1 changed files with 4 additions and 2 deletions
|
|
@ -182,8 +182,10 @@ export default function TextareaWithMentions({
|
|||
>
|
||||
<div className="flex gap-2 items-center pointer-events-none truncate">
|
||||
<SimpleUserAvatar userId={p.pubkey} />
|
||||
<SimpleUsername userId={p.pubkey} className="font-semibold truncate" />
|
||||
<Nip05 pubkey={p.pubkey} />
|
||||
<div>
|
||||
<SimpleUsername userId={p.pubkey} className="font-semibold truncate" />
|
||||
<Nip05 pubkey={p.pubkey} />
|
||||
</div>
|
||||
</div>
|
||||
</CommandItem>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue