Rename feedIcon asset to nnwFeedIcon.

This commit is contained in:
Brent Simmons
2024-12-15 20:41:30 -08:00
parent b44a35cc23
commit ecbc38963a
10 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ struct AppAssets {
return RSImage(named: "accountTheOldReader")
}()
static let nnwFeedIcon = RSImage(named: "feedIcon")!
static let nnwFeedIcon = RSImage(named: "nnwFeedIcon")!
@available(macOS 11.0, *)
static var addNewSidebarItemImage: RSImage = {

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

+1 -1
View File
@@ -51,7 +51,7 @@ struct AppAssets {
return UIImage(named: "accountTheOldReader")!
}()
static let nnwFeedIcon = RSImage(named: "feedIcon")!
static let nnwFeedIcon = RSImage(named: "nnwFeedIcon")!
static var articleExtractorError: UIImage = {
return UIImage(named: "articleExtractorError")!

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB