fix: reduce avatar size

This commit is contained in:
Henry
2025-02-01 10:44:50 +00:00
parent c4c60916f7
commit 4e68b47d98

View File

@@ -41,6 +41,7 @@ const Card = ({
name={user.name ?? ""}
email={user.email}
imageUrl={avatarUrl}
size="sm"
/>
);
})}