diff --git a/server/middleware/reactApplication/ServerHTML.js b/server/middleware/reactApplication/ServerHTML.js
index 847160c7..9be92d4f 100644
--- a/server/middleware/reactApplication/ServerHTML.js
+++ b/server/middleware/reactApplication/ServerHTML.js
@@ -43,8 +43,9 @@ function ServerHTML(props) {
const { asyncComponentsState, helmet, nonce, reactAppString } = props;
// Creates an inline script definition that is protected by the nonce.
- const inlineScript = body =>
- ;
+ const inlineScript = body => (
+
+ );
const headerElements = removeNil([
...ifElse(helmet)(() => helmet.meta.toComponent(), []),
@@ -94,16 +95,10 @@ function ServerHTML(props) {
return (
helmet.htmlAttributes.toComponent(), null)}
- headerElements={headerElements.map((x, idx) =>
- (
Produced with ❤️
++ Produced with + {' '} + + ❤️ + +
View our contributors list on our - {' '} + {' '} GitHub - {' '} + {' '} page.
diff --git a/shared/components/DemoApp/AsyncAboutRoute/__tests__/__snapshots__/AboutRoute.test.js.snap b/shared/components/DemoApp/AsyncAboutRoute/__tests__/__snapshots__/AboutRoute.test.js.snap index bc50b5d7..65559f0f 100644 --- a/shared/components/DemoApp/AsyncAboutRoute/__tests__/__snapshots__/AboutRoute.test.js.snap +++ b/shared/components/DemoApp/AsyncAboutRoute/__tests__/__snapshots__/AboutRoute.test.js.snap @@ -17,17 +17,24 @@ exports[`- Produced with ❤️ + Produced with + + + ❤️ +
View our contributors list on our - + GitHub - + page.