Fix missing country flags
This commit is contained in:
parent
248f1e7257
commit
8aff3bedbc
|
@ -103,7 +103,7 @@ public struct ThemeCountryText: View {
|
|||
|
||||
public var body: some View {
|
||||
Text(
|
||||
[code, title]
|
||||
[code.asCountryCodeEmoji, title]
|
||||
.compactMap { $0 }
|
||||
.joined(separator: " ")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue