Skip to content

Commit 010dfa6

Browse files
committed
try other icons with more unique color
1 parent 560de72 commit 010dfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/nemo/totra/txtype.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ func (et TxType) Icon() string {
4444
case Loan:
4545
return "💸"
4646
case CollectionOffer:
47-
return "👋"
47+
return "🧊"
4848
case ItemBid:
49-
return "🖐️"
49+
return "💦"
5050
case Unknown:
5151
return "🔬"
5252
default:

0 commit comments

Comments
 (0)