Skip to content

Commit

Permalink
Merge pull request #305 from Consensys/dx-team/issues/1472-add-additi…
Browse files Browse the repository at this point in the history
…onal-module-to-mmi-custody-page

Support html for FullWidthCta Headline
  • Loading branch information
tannn-younet authored Mar 14, 2023
2 parents f54b49e + d9db06c commit abb6482
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 abb6482

Please sign in to comment.