Remove htmlcomment as it gets stripped in build time

This commit is contained in:
Gabe Kangas
2023-02-10 15:57:21 -08:00
parent bd9905971c
commit 903cc41d58
2 changed files with 0 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
/* eslint-disable react/no-danger */
export const HtmlComment = ({ text }) => (
<span style={{ display: 'none' }} dangerouslySetInnerHTML={{ __html: `\n\n<!-- ${text} -->` }} />
);