Skip to content

Commit 1bd7825

Browse files
authored
Merge pull request #13756 from guardian/rjr-interactive-url-additional-darkmode-fix
Implement interactive URL darkmode fix for additional path groups
2 parents 7c0c927 + 1df5a7f commit 1bd7825

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dotcom-rendering/src/components/InteractiveBlockComponent.importable.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,10 @@ export const InteractiveBlockComponent = ({
334334
: false;
335335

336336
const isUploaderEmbedPath =
337-
url && url.includes('interactive.guim.co.uk/uploader/embed/')
337+
url &&
338+
(url.includes('interactive.guim.co.uk/uploader/embed/') ||
339+
url.includes('superyacht') ||
340+
url.includes('choropleth_map_maker'))
338341
? true
339342
: false;
340343

0 commit comments

Comments
 (0)