From 4fb2a4ce95c80627ec1ee809a30187cf68435b58 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Wed, 17 Jan 2018 16:24:43 +0200 Subject: [PATCH] Update image placeholder URLs --- src/util/test-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/test-data.js b/src/util/test-data.js index ae0caaa1..145c2a4b 100644 --- a/src/util/test-data.js +++ b/src/util/test-data.js @@ -62,13 +62,13 @@ export const createImage = id => ({ name: 'square', height: 408, width: 408, - url: 'https://placehold.it/408x408', + url: 'https://via.placeholder.com/408x408', }, { name: 'square2x', height: 816, width: 816, - url: 'https://placehold.it/816x816', + url: 'https://via.placeholder.com/816x816', }, ], },