fix some more urls

nolan/hinaloe-test
Nolan Lawson 2019-03-13 07:34:39 -07:00
parent 19bac54d8a
commit 42447642c7
1 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ storiesOf('Picker', module)
.add('Custom “Not found” component', () => ( .add('Custom “Not found” component', () => (
<Picker <Picker
notFound={() => ( notFound={() => (
<img src="https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7" /> <img src="https://github.githubassets.com/images/icons/emoji/octocat.png" />
)} )}
/> />
)) ))
@ -66,7 +66,7 @@ storiesOf('Picker', module)
icons={{ icons={{
categories: { categories: {
recent: () => ( recent: () => (
<img src="https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7" /> <img src="https://github.githubassets.com/images/icons/emoji/octocat.png" />
), ),
people: () => ( people: () => (
<svg <svg
@ -104,7 +104,7 @@ storiesOf('Picker', module)
</svg> </svg>
), ),
activity: () => ( activity: () => (
<img src="https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7" /> <img src="https://github.githubassets.com/images/icons/emoji/shipit.png" />
), ),
places: () => ( places: () => (
<svg <svg