From 1020816e5b90512a005cc1c9aa02396327c49e08 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 13 Jun 2023 21:48:11 -0700 Subject: [PATCH] Update blog host name. --- Shared/Favicons/FaviconDownloader.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Favicons/FaviconDownloader.swift b/Shared/Favicons/FaviconDownloader.swift index bda684e43..3f8b85d30 100644 --- a/Shared/Favicons/FaviconDownloader.swift +++ b/Shared/Favicons/FaviconDownloader.swift @@ -121,7 +121,7 @@ final class FaviconDownloader { let url = homePageURL.normalizedURL if let url = URL(string: homePageURL) { - if url.host == "nnw.ranchero.com" { + if url.host == "nnw.ranchero.com" || url.host == "netnewswire.blog" { return IconImage.appIcon } }