Skip to content

Commit

Permalink
Fix: compile title (fixes #273)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames committed Jun 27, 2023
1 parent 08b0092 commit e92d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/hotgraphicPopup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function HotgraphicPopup(props) {
>
<div
className="hotgraphic-popup__item-title-inner"
dangerouslySetInnerHTML={{ __html: title }}
dangerouslySetInnerHTML={{ __html: compile(title) }}
/>
</div>
}
Expand Down

0 comments on commit e92d20f

Please sign in to comment.