update repost

This commit is contained in:
Ren Amamiya
2023-06-18 15:55:07 +07:00
parent 7ec284d4a5
commit d87ca7b75b
9 changed files with 79 additions and 71 deletions

View File

@@ -36,7 +36,7 @@ export function ChatsListItem({ data }: { data: any }) {
<Image
src={user?.image || DEFAULT_AVATAR}
alt={data.sender_pubkey}
className="h-5 w-5 rounded bg-white object-cover"
className="h-5 w-5 rounded object-cover"
/>
</div>
<div className="w-full inline-flex items-center justify-between">