diff --git a/web/components/common/HtmlComment/HtmlComment.tsx b/web/components/common/HtmlComment/HtmlComment.tsx index 4dc6cb5e3..060a7099f 100644 --- a/web/components/common/HtmlComment/HtmlComment.tsx +++ b/web/components/common/HtmlComment/HtmlComment.tsx @@ -1,4 +1,4 @@ /* eslint-disable react/no-danger */ export const HtmlComment = ({ text }) => ( -
` }} /> + ` }} /> ); diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx index 32e1e02dc..dcb01466e 100644 --- a/web/pages/_document.tsx +++ b/web/pages/_document.tsx @@ -26,11 +26,12 @@ class InlineStylesHead extends Head { export default function Document() { return ( -
+ {'\n\n'} + );