expandable composer

This commit is contained in:
Ren Amamiya
2023-08-29 11:13:36 +07:00
parent f4b2458417
commit d4eb237e40
7 changed files with 77 additions and 32 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export function ComposerUser({ pubkey }: { pubkey: string }) {
<Image
src={user?.picture || user?.image}
alt={pubkey}
className="h-8 w-8 shrink-0 rounded-md object-cover"
className="h-10 w-10 shrink-0 rounded-lg"
/>
<h5 className="text-base font-semibold leading-none text-white">
{user?.nip05 || user?.name || (