Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 08d1369

Browse files
authored
Merge pull request #6 from wordpress-mobile/fix/missing-asset
Fix asset reference
2 parents b039eb8 + cbf2254 commit 08d1369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Extensions/UIImage+Assets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extension UIImage {
99
///
1010
@objc
1111
public static var siteAddressModalPlaceholder: UIImage {
12-
return UIImage(named: "site-address-modal", in: bundle, compatibleWith: nil)!
12+
return UIImage(named: "site-address", in: bundle, compatibleWith: nil)!
1313
}
1414

1515

0 commit comments

Comments
 (0)