Skip to content

Commit

Permalink
Merge pull request #26 from apotheosis91/patch-1
Browse files Browse the repository at this point in the history
Change the directory on unpkg #25
  • Loading branch information
jm-david committed Jul 25, 2018
2 parents 3912020 + 6c09e52 commit 7bfae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/shared-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const EmojiProps = {
backgroundImageFn: {
type: Function,
default: function(set, sheetSize) {
return `https://unpkg.com/emoji-datasource-${set}@${EMOJI_DATASOURCE_VERSION}/img/${set}/sheets/${sheetSize}.png`
return `https://unpkg.com/emoji-datasource-${set}@${EMOJI_DATASOURCE_VERSION}/img/${set}/sheets-256/${sheetSize}.png`
}
},
native: {
Expand Down

0 comments on commit 7bfae42

Please sign in to comment.