Skip to content

Commit

Permalink
Fix button in demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov committed Mar 20, 2021
1 parent 3b2c851 commit b5ac2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default {
let emoji = index.findEmoji(':smile:')
// Note, that position in the emoji sheet is calculated by
// `emoji` object
let style = `background-position: ${emoji.getPosition()}; background-image: url(https://unpkg.com/emoji-datasource-twitter@5.0.1/img/twitter/sheets-256/64.png); width: 24px; height: 24px; display: inline-block; background-size: 5700%`
let style = `background-position: ${emoji.getPosition()}; background-image: url(https://unpkg.com/emoji-datasource-twitter@6.0.1/img/twitter/sheets-256/64.png); width: 24px; height: 24px; display: inline-block; background-size: 5700%`
return `<div class='emoji' style="${style}"></div>`
},
santaEmojiObject() {
Expand Down

0 comments on commit b5ac2c3

Please sign in to comment.