From aadf72180826db1b1ceeb171cb61c35f795f2848 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 11 Jan 2023 23:50:26 -0800 Subject: [PATCH] Move the contributor comment to end of source --- web/components/common/HtmlComment/HtmlComment.tsx | 2 +- web/pages/_document.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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'} + );