Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
💄 Remove emoji in the title line so they're not displayed as duplicat…
Browse files Browse the repository at this point in the history
…es anymore
  • Loading branch information
leolabs committed Feb 28, 2019
1 parent 3d1e027 commit f818b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitmoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(wf):

for emoji in data['gitmojis']:
wf.add_item(
title=emoji['emoji'] + ' ' + emoji['code'],
title=emoji['code'],
subtitle=emoji['description'],
valid=True,
icon=fetch_icon(wf, emoji['emoji']),
Expand Down

0 comments on commit f818b54

Please sign in to comment.