Closed jmgaya closed 6 years ago
Instead of hardcoding the proper URLs, we should expose several components (with their properties) for being able to display avatars.
Fixed by:
export default { Square: SquareAvatar, Group: AvatarGroup, GroupItem: AvatarGroupItem };
Instead of hardcoding the proper URLs, we should expose several components (with their properties) for being able to display avatars.