Skip to content

Commit

Permalink
fix: hostname issue with images on example page (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstew authored and wuweiweiwu committed Jul 25, 2019
1 parent 7e5ceaa commit 50dace4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 (
<CellMeasurer
Expand Down

0 comments on commit 50dace4

Please sign in to comment.