{/* EXPERIMENT: PWA Promotional Banner */}
- {shouldRenderPWAPromotionalBanner &&
}
-
-
-
-
+ {!isOffline && shouldRenderPWAPromotionalBanner && (
+
+ )}
+ {!isOffline &&
}
+ {!isOffline && (
+
+ )}
+ {!isOffline &&
}
+ {!isOffline &&
}
{
aboutTags={aboutTags}
imageLocator={promoImage}
/>
- {allowAdvertising && (
+ {!isOffline && allowAdvertising && (
)}
@@ -399,9 +403,11 @@ const ArticlePage = ({ pageData }: { pageData: Article }) => {
- {!isApp && !isPGL &&