Skip to content

Commit

Permalink
updates avatar images
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed May 26, 2024
1 parent 88aa19c commit e9bee6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
30 changes: 6 additions & 24 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,65 +397,47 @@ function App() {
<TestimonialCard>
<TextHeading>"Quote"</TextHeading>
<AvatarBlock>
<Avatar
size="lg"
src="https://images.unsplash.com/photo-1595211877493-41a4e5f236b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80"
/>
<Avatar size="lg" src="https://picsum.photos/80" />
<Label>Title</Label>
<Description>Description</Description>
</AvatarBlock>
</TestimonialCard>
<TestimonialCard>
<TextHeading>"Quote"</TextHeading>
<AvatarBlock>
<Avatar
size="lg"
src="https://images.unsplash.com/photo-1595211877493-41a4e5f236b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80"
/>
<Avatar size="lg" src="https://picsum.photos/80" />
<Label>Title</Label>
<Description>Description</Description>
</AvatarBlock>
</TestimonialCard>
<TestimonialCard>
<TextHeading>"Quote"</TextHeading>
<AvatarBlock>
<Avatar
size="lg"
src="https://images.unsplash.com/photo-1595211877493-41a4e5f236b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80"
/>
<Avatar size="lg" src="https://picsum.photos/80" />
<Label>Title</Label>
<Description>Description</Description>
</AvatarBlock>
</TestimonialCard>
<TestimonialCard>
<TextHeading>"Quote"</TextHeading>
<AvatarBlock>
<Avatar
size="lg"
src="https://images.unsplash.com/photo-1595211877493-41a4e5f236b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80"
/>
<Avatar size="lg" src="https://picsum.photos/80" />
<Label>Title</Label>
<Description>Description</Description>
</AvatarBlock>
</TestimonialCard>
<TestimonialCard>
<TextHeading>"Quote"</TextHeading>
<AvatarBlock>
<Avatar
size="lg"
src="https://images.unsplash.com/photo-1595211877493-41a4e5f236b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80"
/>
<Avatar size="lg" src="https://picsum.photos/80" />
<Label>Title</Label>
<Description>Description</Description>
</AvatarBlock>
</TestimonialCard>
<TestimonialCard>
<TextHeading>"Quote"</TextHeading>
<AvatarBlock>
<Avatar
size="lg"
src="https://images.unsplash.com/photo-1595211877493-41a4e5f236b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80"
/>
<Avatar size="lg" src="https://picsum.photos/80" />
<Label>Title</Label>
<Description>Description</Description>
</AvatarBlock>
Expand Down
3 changes: 1 addition & 2 deletions src/ui/Avatar/Avatar.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ figma.connect(Avatar, FIGMA_URL_AVATAR, {
sm: "sm",
}),
src: figma.enum("Type", {
Image:
"https://images.unsplash.com/photo-1595211877493-41a4e5f236b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80",
Image: "https://picsum.photos/80",
}),
},
example: ({ initials, size, square, src }) => (
Expand Down

0 comments on commit e9bee6f

Please sign in to comment.