We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ec726 commit 3a389f6Copy full SHA for 3a389f6
1 file changed
iOSSC/Model/Grade.swift
@@ -19,7 +19,7 @@ extension Grade {
19
}
20
21
var emoji: String? {
22
- return range?.returnValue(from: ["🥳", "☺️", "😐", "🥵", "🤬"])
+ return range?.returnValue(from: ["🥳", "☺️", "🙂", "🥵", "🤬"])
23
24
25
var color: Color? {
0 commit comments