Skip to content

Commit 0862ef1

Browse files
committed
Update release notes
1 parent 119f4cc commit 0862ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* [*] Fix an issue with Referrers in Stats showing invalid icons [#23943]
1616
* [*] Update site menu style on iPhone [#23944]
1717
* [*] Integrate zoom transitions in Themes, Reader [#23945, #23947]
18-
18+
* [*] Fix an issue with site icons cropped in share extensions [#23950]
1919

2020
25.6
2121
-----

WordPress/WordPressShareExtension/ShareModularViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ private struct ShareSiteCellView: View {
10271027
private extension SiteIconViewModel {
10281028
init(site: RemoteBlog) {
10291029
self.init(size: .regular)
1030-
self.firstLetter = blog.name.first
1030+
self.firstLetter = site.name.first
10311031
self.imageURL = site.icon.flatMap(URL.init)
10321032
}
10331033
}

0 commit comments

Comments
 (0)