Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader authored Jul 12, 2024
1 parent 432ec29 commit 5c01723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Start = ({ page }: PageProps): ReactElement => {
and
https://blog.logrocket.com/using-dangerouslysetinnerhtml-react-application/
*/}
{(page.heroHTML) && (
{page.heroHTML && (
<div
className={s.heroHTMLContainer}
dangerouslySetInnerHTML={{ __html: page.heroHTML! }}
Expand Down

0 comments on commit 5c01723

Please sign in to comment.