Skip to content

Commit

Permalink
update demo image
Browse files Browse the repository at this point in the history
  • Loading branch information
fuermosi777 committed Jun 24, 2018
1 parent c02a2ff commit f97c991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/src/entry.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Root extends React.Component {
<h4>Horizontal</h4>
<div className="horizontal">
<FreeScrollBar start={'bottom right'}>
<img src="https://github.com/fuermosi777/react-free-scrollbar/raw/master/example-image.jpeg" className="img-rounded"/>
<img src="https://via.placeholder.com/1000x1000" className="img-rounded"/>
</FreeScrollBar>
</div>
</div>
Expand Down
Binary file removed example-image.jpeg
Binary file not shown.
4 changes: 2 additions & 2 deletions site/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/******/ }
/******/
/******/ var hotApplyOnUpdate = true;
/******/ var hotCurrentHash = "55ad8d8f679fd3f13c1c"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentHash = "f341cacca41d6e758b28"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
/******/
Expand Down Expand Up @@ -769,7 +769,7 @@
_react2.default.createElement(
_index2.default,
{ start: 'bottom right' },
_react2.default.createElement('img', { src: 'https://github.com/fuermosi777/react-free-scrollbar/raw/master/example-image.jpeg', className: 'img-rounded' })
_react2.default.createElement('img', { src: 'https://via.placeholder.com/1000x1000', className: 'img-rounded' })
)
)
)
Expand Down

0 comments on commit f97c991

Please sign in to comment.