updated account column

This commit is contained in:
Ren Amamiya
2023-03-15 14:38:16 +07:00
parent 4333041872
commit 387ca17a59
3 changed files with 5 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ export const UserMini = memo(function UserMini({ pubkey }: { pubkey: string }) {
return (
<div className="flex cursor-pointer items-center gap-2.5 rounded-md px-2.5 py-1.5 text-sm font-medium hover:bg-zinc-900">
<div className="relative h-5 w-5">
<div className="relative h-5 w-5 rounded-full">
{profile.picture ? (
<ImageWithFallback src={profile.picture} alt={pubkey} fill={true} className="rounded-full object-cover" />
) : (