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

Commit c0dd555

Browse files
committed
Fix missing asset
1 parent d0b3c02 commit c0dd555

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)