diff --git a/Packages/App/Sources/UILibrary/Theme/UI/Theme+Views.swift b/Packages/App/Sources/UILibrary/Theme/UI/Theme+Views.swift index ac6b0dca..01e5b513 100644 --- a/Packages/App/Sources/UILibrary/Theme/UI/Theme+Views.swift +++ b/Packages/App/Sources/UILibrary/Theme/UI/Theme+Views.swift @@ -116,7 +116,7 @@ public struct ThemeCountryText: View { public var body: some View { Text( - [code.asCountryCodeEmoji, title] + [title, code.asCountryCodeEmoji] .compactMap { $0 } .joined(separator: " ") )