attempting another type of timeline but not nice

This commit is contained in:
Arjun Patel
2022-02-11 19:06:11 -08:00
parent 1d994ec990
commit e1cde7678c
5 changed files with 87 additions and 43 deletions
@@ -39,7 +39,7 @@ export default function MasterAvatarGroup(props: {
key={finalistUsers[0].id}
src={finalistUsers[0].avatarUrl}
shape={AVATAR_SHAPE}
size={"default"}
size={props.size || UserAvatarSizes.default}
/>
);
}