Compare commits
1 Commits
main
...
version_2_
| Author | SHA1 | Date | |
|---|---|---|---|
| e395d65769 |
@@ -20,7 +20,7 @@ const AvatarGroup = ({ avatars, totalCount, className = "" }: AvatarGroupProps)
|
||||
<div className="flex -space-x-2">
|
||||
{avatars.map((avatar, index) => (
|
||||
<div key={index} className="w-10 h-10 rounded-full border-2 border-background overflow-hidden shrink-0 relative">
|
||||
<ImageOrVideo imageSrc={avatar.src} alt={avatar.alt} className="w-full h-full object-cover" />
|
||||
<ImageOrVideo imageSrc={avatar.src} className="w-full h-full object-cover" />
|
||||
</div>
|
||||
))}
|
||||
{remainingCount > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user