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

Commit f818b54

Browse files
committed
💄 Remove emoji in the title line so they're not displayed as duplicates anymore
1 parent 3d1e027 commit f818b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitmoji.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main(wf):
3232

3333
for emoji in data['gitmojis']:
3434
wf.add_item(
35-
title=emoji['emoji'] + ' ' + emoji['code'],
35+
title=emoji['code'],
3636
subtitle=emoji['description'],
3737
valid=True,
3838
icon=fetch_icon(wf, emoji['emoji']),

0 commit comments

Comments
 (0)