From 37340679ec994bd8e453b1c913b99a51a458a56a Mon Sep 17 00:00:00 2001 From: Peder Johnsen Date: Sat, 23 Mar 2019 16:29:17 +0000 Subject: [PATCH] Update story/readme --- README.md | 4 ++-- stories/index.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d70c0e..5c0c963 100644 --- a/README.md +++ b/README.md @@ -310,9 +310,9 @@ import data from 'emoji-mart/data/all.json' let emojiData = getEmojiDataFromNative('🏊🏽‍♀️', 'apple', data) ``` diff --git a/stories/index.js b/stories/index.js index de013ac..9fccb9d 100644 --- a/stories/index.js +++ b/stories/index.js @@ -220,14 +220,14 @@ storiesOf('Get emoji data from Native', module) .addDecorator(withKnobs) .add('Default', () => { let emojiData = getEmojiDataFromNative( - text('Unicode', '🏊🏽‍♀️'), + text('Unicode', '🏋🏿‍♂️'), select('Emoji pack', SETS, SETS[0]), data ) if (!emojiData) { return (
- Couldn`t find any emoji data... + Couldn`t find any emoji data from native...
) } @@ -235,9 +235,9 @@ storiesOf('Get emoji data from Native', module) return (