Skip to content

Commit 5e85aab

Browse files
Merge pull request #15345 from guardian/remove-figure-inside-figure-for-interactive-atoms
2 parents 68b1d81 + 3647200 commit 5e85aab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotcom-rendering/src/components/InteractiveLayoutAtom.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const InteractiveLayoutAtom = ({
1818
elementJs,
1919
elementCss,
2020
}: InteractiveLayoutAtomType) => (
21-
<figure
21+
<div
2222
className="interactive interactive-atom"
2323
css={containerStyles}
2424
data-atom-id={id}
@@ -42,5 +42,5 @@ export const InteractiveLayoutAtom = ({
4242
dangerouslySetInnerHTML={{ __html: elementJs }}
4343
/>
4444
)}
45-
</figure>
45+
</div>
4646
);

0 commit comments

Comments
 (0)