update create block form

This commit is contained in:
Ren Amamiya
2023-05-25 08:24:24 +07:00
parent 7aeff18a27
commit 225179dd6d
4 changed files with 133 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ export default function ChatsListItem({ pubkey }: { pubkey: string }) {
/>
</div>
<div>
<h5 className="truncate font-medium text-zinc-200 group-hover:text-white">
<h5 className="max-w-[9rem] truncate font-medium text-zinc-200 group-hover:text-white">
{user.nip05 || user.name || shortenKey(pubkey)}
</h5>
</div>