Browse Source

feat: 🎨

imwald
codytseng 1 year ago
parent
commit
29f5ccc4bb
  1. 2
      src/components/TextareaWithMentions.tsx/index.tsx

2
src/components/TextareaWithMentions.tsx/index.tsx

@ -182,9 +182,11 @@ 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} />
<div>
<SimpleUsername userId={p.pubkey} className="font-semibold truncate" /> <SimpleUsername userId={p.pubkey} className="font-semibold truncate" />
<Nip05 pubkey={p.pubkey} /> <Nip05 pubkey={p.pubkey} />
</div> </div>
</div>
</CommandItem> </CommandItem>
) )
})} })}

Loading…
Cancel
Save