Skip to content

Commit

Permalink
style: change avatar image
Browse files Browse the repository at this point in the history
  • Loading branch information
mouracamila committed Apr 18, 2022
1 parent a0657bd commit 4180fe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Avatar/Avatar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ const Template: Story<AvatarProps> = (args) => <Avatar {...args} />;
export const DefaultAvatar = Template.bind({});
DefaultAvatar.storyName = 'Default';
DefaultAvatar.args = {
img: 'https://i.pravatar.cc/100',
img: 'https://flowbite.com/docs/images/people/profile-picture-5.jpg',
};
8 changes: 4 additions & 4 deletions src/components/Avatar/AvatarGroup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default {

const Template: Story<AvatarGroupProps> = (args) => (
<Avatar.Group {...args}>
<Avatar img="https://i.pravatar.cc/100" rounded stacked />
<Avatar img="https://i.pravatar.cc/100" rounded stacked />
<Avatar img="https://i.pravatar.cc/100" rounded stacked />
<Avatar img="https://i.pravatar.cc/100" rounded stacked />
<Avatar img="https://flowbite.com/docs/images/people/profile-picture-1.jpg" rounded stacked />
<Avatar img="https://flowbite.com/docs/images/people/profile-picture-2.jpg" rounded stacked />
<Avatar img="https://flowbite.com/docs/images/people/profile-picture-3.jpg" rounded stacked />
<Avatar img="https://flowbite.com/docs/images/people/profile-picture-4.jpg" rounded stacked />
<Avatar.Counter total={99} href="#" />
</Avatar.Group>
);
Expand Down

0 comments on commit 4180fe5

Please sign in to comment.