Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
change emoji from πŸ’… to πŸ–‡οΈ (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
aguschin authored Jul 15, 2022
1 parent e2431a5 commit e6d29ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlem/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def bold(text):
EMOJI_APPLY = emoji("🍏")
EMOJI_COPY = emoji("🐏")
EMOJI_BASE = emoji("πŸ›")
EMOJI_NAILS = emoji("πŸ’…")
EMOJI_NAILS = emoji("πŸ–‡οΈ ")
EMOJI_LINK = emoji("πŸ”—")
EMOJI_PACK = emoji("πŸ’Ό")
EMOJI_BUILD = emoji("πŸ› ")
Expand Down

0 comments on commit e6d29ff

Please sign in to comment.