profile panel

This commit is contained in:
2023-05-15 11:53:03 +01:00
parent 663c2ea433
commit d5d299a5cf
5 changed files with 55 additions and 8 deletions

View File

@ -84,6 +84,7 @@ export default function WriteDm({ chatPubKey }: { chatPubKey: string }) {
<div className="w-max">
<Textarea
autoFocus={true}
placeholder=""
className=""
value={msg}
onChange={e => onChange(e)}