From 71f7a981c0251fa8da1378840f2d5c975ed1bbe5 Mon Sep 17 00:00:00 2001 From: Nick Stewart Date: Thu, 18 Jul 2019 14:07:10 -0600 Subject: [PATCH] #1400 Fixed hostname issue with images on example page --- source/CellMeasurer/CellMeasurer.DynamicHeightList.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CellMeasurer/CellMeasurer.DynamicHeightList.example.js b/source/CellMeasurer/CellMeasurer.DynamicHeightList.example.js index 61b50df23..17e1112ab 100644 --- a/source/CellMeasurer/CellMeasurer.DynamicHeightList.example.js +++ b/source/CellMeasurer/CellMeasurer.DynamicHeightList.example.js @@ -50,7 +50,7 @@ export default class DynamicHeightList extends React.PureComponent { const imageWidth = 300; const imageHeight = datum.size * (1 + index % 3); - const source = `https://fillmurray.com/${imageWidth}/${imageHeight}`; + const source = `https://www.fillmurray.com/${imageWidth}/${imageHeight}`; return (