Skip to content

Commit

Permalink
fix: replace faker avatar with picsum
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 6, 2020
1 parent 534746d commit 4577697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core/src/controls-randomize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const randomizeData = (controls: ComponentControls): RandomizedData => {
if (name.startsWith('src')) {
return {
name,
value: faker.internet.avatar(),
value: 'https://picsum.photos/seed/picsum/128/128',
};
}
return {
Expand Down

0 comments on commit 4577697

Please sign in to comment.