From 457769777f4952c425bf6c4ca1b608b3946bc888 Mon Sep 17 00:00:00 2001 From: atanasster Date: Sat, 5 Dec 2020 20:24:16 -0500 Subject: [PATCH] fix: replace faker avatar with picsum --- core/core/src/controls-randomize.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core/src/controls-randomize.ts b/core/core/src/controls-randomize.ts index 9ef25fe78..e0274926e 100644 --- a/core/core/src/controls-randomize.ts +++ b/core/core/src/controls-randomize.ts @@ -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 {