From 50dace4d3520bfa38afd4e97178427583483b1b7 Mon Sep 17 00:00:00 2001 From: Nick Stewart Date: Thu, 25 Jul 2019 00:25:47 -0600 Subject: [PATCH] fix: hostname issue with images on example page (#1401) --- 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 (