feat: 🎨

This commit is contained in:
codytseng 2025-02-04 22:38:00 +08:00
parent 6ef4e960d6
commit 29f5ccc4bb

View file

@ -182,8 +182,10 @@ export default function TextareaWithMentions({
> >
<div className="flex gap-2 items-center pointer-events-none truncate"> <div className="flex gap-2 items-center pointer-events-none truncate">
<SimpleUserAvatar userId={p.pubkey} /> <SimpleUserAvatar userId={p.pubkey} />
<SimpleUsername userId={p.pubkey} className="font-semibold truncate" /> <div>
<Nip05 pubkey={p.pubkey} /> <SimpleUsername userId={p.pubkey} className="font-semibold truncate" />
<Nip05 pubkey={p.pubkey} />
</div>
</div> </div>
</CommandItem> </CommandItem>
) )