Skip to content

Commit

Permalink
✏️ change icon in results; shorten text
Browse files Browse the repository at this point in the history
  • Loading branch information
blakek committed Jan 7, 2017
1 parent 75364b7 commit 45694ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -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
})))

0 comments on commit 45694ed

Please sign in to comment.