Skip to content

Commit 3a389f6

Browse files
committed
Change Emoji
1 parent a4ec726 commit 3a389f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iOSSC/Model/Grade.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension Grade {
1919
}
2020

2121
var emoji: String? {
22-
return range?.returnValue(from: ["🥳", "☺️", "😐", "🥵", "🤬"])
22+
return range?.returnValue(from: ["🥳", "☺️", "🙂", "🥵", "🤬"])
2323
}
2424

2525
var color: Color? {

0 commit comments

Comments
 (0)