Skip to content

Commit f7517e5

Browse files
author
Conner Bachmann
committed
feat(emojis): added 🧵 & 🦺
1 parent 354c77f commit f7517e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ const gitmojis: Record<string, string> = {
7171
":bricks:": "🧱",
7272
":technologist:": "🧑‍💻",
7373
":money_with_wings:": "💸",
74+
":thread:": "🧵",
75+
":safety_vest:": "🦺"
7476
};
7577

7678
export function convert(content: string, withSpace?: boolean | "leading" | "trailing" | "both") {

0 commit comments

Comments
 (0)