Skip to content

Commit 5aaf226

Browse files
committed
Replace images in examples with CORS friendly host
1 parent de8f05e commit 5aaf226

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/common/data.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/css-layout/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var App = React.createClass({
2525
Professor PuddinPop
2626
</Text>
2727
<Group style={this.getImageGroupStyle()}>
28-
<Image src='http://lorempixel.com/360/420/cats/1/' style={this.getImageStyle()} fadeIn={true} />
28+
<Image src='https://placekitten.com/720/840' style={this.getImageStyle()} fadeIn={true} />
2929
</Group>
3030
<Text style={this.getExcerptStyle()}>
3131
With these words the Witch fell down in a brown, melted, shapeless mass and began to spread over the clean boards of the kitchen floor. Seeing that she had really melted away to nothing, Dorothy drew another bucket of water and threw it over the mess. She then swept it all out the door. After picking out the silver shoe, which was all that was left of the old woman, she cleaned and dried it with a cloth, and put it on her foot again. Then, being at last free to do as she chose, she ran out to the courtyard to tell the Lion that the Wicked Witch of the West had come to an end, and that they were no longer prisoners in a strange land.

0 commit comments

Comments
 (0)