Skip to content

Commit

Permalink
Support html for FullWidthCta Headline
Browse files Browse the repository at this point in the history
  • Loading branch information
viphan007 committed Mar 14, 2023
1 parent f54b49e commit d9db06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FullWidthCta.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const FullWidthCta = props => {
showLogoAnimation={showLogoAnimation}
hasDescription={!!description}
>
{headline}
<div dangerouslySetInnerHTML={{ __html: headline }} />
</Headline>
) : null}
{description ? (
Expand Down

0 comments on commit d9db06c

Please sign in to comment.