diff --git a/Passepartout-iOS/Global/Theme.swift b/Passepartout-iOS/Global/Theme.swift index 718fa25f..d91dd5b9 100644 --- a/Passepartout-iOS/Global/Theme.swift +++ b/Passepartout-iOS/Global/Theme.swift @@ -189,7 +189,7 @@ extension MFMailComposeViewController { extension Infrastructure.Metadata { var logo: UIImage? { let bundle = Bundle(for: AppDelegate.self) - guard let image = AssetImageTypeAlias(named: name.lowercased(), in: bundle, compatibleWith: nil) else { + guard let image = AssetImageTypeAlias(named: name, in: bundle, compatibleWith: nil) else { return Asset.Providers.placeholder.image } return image