diff --git a/plugins/gatsby-remark-header-custom-ids/gatsby-ssr.js b/plugins/gatsby-remark-header-custom-ids/gatsby-ssr.js
index 8d9ca0d4..c616fc28 100644
--- a/plugins/gatsby-remark-header-custom-ids/gatsby-ssr.js
+++ b/plugins/gatsby-remark-header-custom-ids/gatsby-ssr.js
@@ -59,7 +59,7 @@ exports.onRenderBody = ({setHeadComponents}, pluginOptions) => {
`;
const style = icon ? (
-
) : (
@@ -69,7 +69,7 @@ exports.onRenderBody = ({setHeadComponents}, pluginOptions) => {
return setHeadComponents([
style,
,
]);