Skip to content

Commit d48d022

Browse files
author
Rik Roots
committed
Implement interactive URL darkmode fix for additional path groups
1 parent 30afa77 commit d48d022

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)