Skip to content

Commit 5ea7fe9

Browse files
authored
Add 💪 and 🔥 as possible starboard emoji (#78)
1 parent fcdc201 commit 5ea7fe9

File tree

1 file changed

+5
-3
lines changed
  • glyph-config/src/main/resources/content/js

1 file changed

+5
-3
lines changed

glyph-config/src/main/resources/content/js/emoji.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
*
3636
* @type {Object.<string, string>}
3737
*/
38-
var emoji = {
38+
const emoji = {
3939
"star": "⭐",
40-
"heart": "❤"
41-
};
40+
"heart": "❤",
41+
"muscle": "💪",
42+
"fire": "🔥"
43+
};

0 commit comments

Comments
 (0)