Skip to content

Commit

Permalink
Update EmojiCollection iconImages
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe committed Jan 11, 2021
1 parent 1368e57 commit cfb5075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Nio/Conversations/ContextMenu/EmojiCollection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ class EmojiCollection {
case .peopleAndBody:
return Image(systemName: "hand.raised")
case .animalsAndNature:
return Image(systemName: "leaf")
return Image(systemName: "hare")
case .foodAndDrink:
return Image(systemName: "thermometer")
return Image(systemName: "leaf")
case .travelAndPlaces:
return Image(systemName: "car")
case .activities:
return Image(systemName: "figure.walk")
return Image(systemName: "die.face.5")
case .objects:
return Image(systemName: "lightbulb")
case .symbols:
Expand Down

0 comments on commit cfb5075

Please sign in to comment.