diff --git a/index.js b/index.js index 491e64a..2cdd3c3 100644 --- a/index.js +++ b/index.js @@ -6,8 +6,8 @@ module.exports = () => str => got('emoji.getdango.com/api/emoji', { q: str } }).then(res => res.body.results.map(x => ({ - icon: 'fa-calculator', + icon: 'fa-smile-o', title: x.text, - subtitle: 'Select item to copy the value to the clipboard.', + subtitle: 'Select to copy to the clipboard', value: x.text })))