We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68b1d81 + 3647200 commit 5e85aabCopy full SHA for 5e85aab
1 file changed
dotcom-rendering/src/components/InteractiveLayoutAtom.tsx
@@ -18,7 +18,7 @@ export const InteractiveLayoutAtom = ({
18
elementJs,
19
elementCss,
20
}: InteractiveLayoutAtomType) => (
21
- <figure
+ <div
22
className="interactive interactive-atom"
23
css={containerStyles}
24
data-atom-id={id}
@@ -42,5 +42,5 @@ export const InteractiveLayoutAtom = ({
42
dangerouslySetInnerHTML={{ __html: elementJs }}
43
/>
44
)}
45
- </figure>
+ </div>
46
);
0 commit comments