diff --git a/Passepartout/Library/Sources/UILibrary/Theme/UI/Theme+Views.swift b/Passepartout/Library/Sources/UILibrary/Theme/UI/Theme+Views.swift index 3270b3f9..0c1d1406 100644 --- a/Passepartout/Library/Sources/UILibrary/Theme/UI/Theme+Views.swift +++ b/Passepartout/Library/Sources/UILibrary/Theme/UI/Theme+Views.swift @@ -103,7 +103,7 @@ public struct ThemeCountryText: View { public var body: some View { Text( - [code, title] + [code.asCountryCodeEmoji, title] .compactMap { $0 } .joined(separator: " ") )