Skip to content

Commit

Permalink
chore: set maximum avatar display is 5
Browse files Browse the repository at this point in the history
  • Loading branch information
newarifrh committed Sep 6, 2024
1 parent 4b2892b commit 16e3ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/team/TeamItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const TeamItem = ({ team, onItemUpdated, onItemDeleted }: TeamItemProps) => {
<div className="text-lg text-black font-semibold">{team.name}</div>
<Avatar.Group
max={{
count: 8,
count: 5,
style: { color: "#f56a00", backgroundColor: "#fde3cf" },
}}
>
Expand Down

0 comments on commit 16e3ac1

Please sign in to comment.