We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2072452 commit 91b948eCopy full SHA for 91b948e
βFitfty/Projects/Common/Sources/WeatherTag.swiftβ
@@ -17,10 +17,10 @@ public enum WeatherTag: String, Codable {
17
public var emojiWeatherTag: String {
18
switch self {
19
case .freezing:return "βοΈ νν"
20
- case .cold:return "π¨ μΆμ΄λ "
+ case .cold:return "π¨ μΆμ΄ λ "
21
case .chilly:return "π μμν λ "
22
- case .warm:return "βοΈ λ°λ―ν λ "
23
- case .hot:return "π₯ λμ΄λ "
+ case .warm:return "βοΈ λ°λ»ν λ "
+ case .hot:return "π₯ λμ΄ λ "
24
}
25
26
0 commit comments