From 19bac54d8aa73a46bc85ae2e80b6c4f93f1b81ed Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 12 Mar 2019 20:46:39 -0700 Subject: [PATCH 1/2] chore: fix custom emoji URLs in storybook --- stories/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stories/index.js b/stories/index.js index 3cb54d4..822aeb2 100644 --- a/stories/index.js +++ b/stories/index.js @@ -20,13 +20,13 @@ const CUSTOM_EMOJIS = [ name: 'Octocat', short_names: ['octocat'], keywords: ['github'], - imageUrl: 'https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7', + imageUrl: 'https://github.githubassets.com/images/icons/emoji/octocat.png', }, { name: 'Squirrel', short_names: ['shipit', 'squirrel'], keywords: ['github'], - imageUrl: 'https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7', + imageUrl: 'https://github.githubassets.com/images/icons/emoji/shipit.png', }, ] From 42447642c7e7b490f8839e19b5ca9efefdae227b Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 13 Mar 2019 07:34:39 -0700 Subject: [PATCH 2/2] fix some more urls --- stories/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stories/index.js b/stories/index.js index 822aeb2..aed6468 100644 --- a/stories/index.js +++ b/stories/index.js @@ -55,7 +55,7 @@ storiesOf('Picker', module) .add('Custom “Not found” component', () => ( ( - + )} /> )) @@ -66,7 +66,7 @@ storiesOf('Picker', module) icons={{ categories: { recent: () => ( - + ), people: () => ( ), activity: () => ( - + ), places: () => (