2 parents 00a1859 + 5ba187c commit 1230601Copy full SHA for 1230601
1 file changed
dotcom-rendering/src/layouts/InteractiveLayout.tsx
@@ -247,16 +247,16 @@ export const InteractiveLayout = (props: WebProps | AppsProps) => {
247
return (
248
<>
249
{isApps && (
250
- <Island priority="critical">
251
- <InteractivesNativePlatformWrapper />
252
- </Island>
253
- )}
254
- {article.isLegacyInteractive && (
255
256
- <Global styles={interactiveGlobalStyles} />
+ <Island priority="critical">
+ <InteractivesNativePlatformWrapper />
+ </Island>
257
<Global styles={temporaryBodyCopyColourOverride} />
258
</>
259
)}
+ {article.isLegacyInteractive && (
+ <Global styles={interactiveGlobalStyles} />
+ )}
260
{isWeb && (
261
262
<div>
0 commit comments