Skip to content

Commit

Permalink
Update components.py
Browse files Browse the repository at this point in the history
- delete heads/tails icon (and stick to normal letters instead of icons (as easyuxd proposed)
  • Loading branch information
BtcAutoNode authored Nov 24, 2024
1 parent 756e8e2 commit 101e5cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/seedsigner/gui/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ class FontAwesomeIconConstants:
DICE_FIVE = "\uf523"
DICE_SIX = "\uf526"
COINS = "\uf51e"
COIN_H = "\u0048" # H for heads
COIN_T = "\u0054" # T for tails
KEYBOARD = "\uf11c"
LOCK = "\uf023"
MAP = "\uf279"
Expand Down

0 comments on commit 101e5cd

Please sign in to comment.