sfc-utils 1.4.84 → 1.4.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,10 +100,11 @@ const LayoutHelmet = ({
|
|
|
100
100
|
"https://www.seattlepi.com/sites/seattlepi/apple-touch-icon-196x196.png";
|
|
101
101
|
} else if (MARKET_KEY === "SFC") {
|
|
102
102
|
favHref =
|
|
103
|
-
"https://www.sfchronicle.com/sites/premiumsfgate/apple-touch-icon-
|
|
103
|
+
"https://www.sfchronicle.com/sites/premiumsfgate/apple-touch-icon-152x152.png";
|
|
104
104
|
} else if (MARKET_KEY === "Houston") {
|
|
105
|
+
// NOTE: HC is cursed with a tiny favicon until product can fix the higher res one
|
|
105
106
|
favHref =
|
|
106
|
-
"https://www.houstonchronicle.com/sites/premiumchron/
|
|
107
|
+
"https://www.houstonchronicle.com/sites/premiumchron/favicon-32x32.png";
|
|
107
108
|
} else if (MARKET_KEY === "SanAntonio") {
|
|
108
109
|
// NOTE: EN is cursed with a tiny favicon until product can fix the higher res one
|
|
109
110
|
favHref = "https://www.expressnews.com/sites/premiummysa/favicon.ico";
|