Skip to content

Commit

Permalink
fix: swap emoji entry for an actual emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang authored Jul 6, 2021
1 parent 2802918 commit 891a762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gitmoji/gitmoji.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ let Gitmoji: Array<Emoji> = [
description_zh_cn: "新增或更新动画和过场",
},
{
emoji: "🗑",
emoji: "🗑",
code: ":wastebasket:",
description: "Deprecate code that needs to be cleaned up",
description_zh_cn: "需要清理的废弃代码",
Expand Down

0 comments on commit 891a762

Please sign in to comment.