We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284ab52 commit 3a93697Copy full SHA for 3a93697
dotcom-rendering/src/components/ProductCarouselCard.tsx
@@ -99,9 +99,12 @@ export const ProductCarouselCard = ({
99
<div css={baseCard}>
100
{hasHeading && (
101
<>
102
- <div css={productCarouselCardHeading}>
103
- {product.primaryHeadingHtml}
104
- </div>
+ <div
+ css={productCarouselCardHeading}
+ dangerouslySetInnerHTML={{
105
+ __html: product.primaryHeadingHtml,
106
+ }}
107
+ />
108
<div css={brandAndProductNameRow}>
109
<span css={brandAndProductNameInline}>
110
{product.brandName}{' '}
0 commit comments