From 4aa0e604199c997ba40892a2092a178be915c1a6 Mon Sep 17 00:00:00 2001 From: Sarah Thompson Date: Wed, 1 May 2019 10:27:48 -0300 Subject: [PATCH 1/2] updated fallback page: changed background colour, removed feedback bar, updated french url --- components/layout.js | 15 +++-- fallback-pages/browser-incompatible.html | 81 +++++++++++++----------- pages/all-benefits.js | 3 + 3 files changed, 56 insertions(+), 43 deletions(-) diff --git a/components/layout.js b/components/layout.js index dd2b798d8..bb9704346 100644 --- a/components/layout.js +++ b/components/layout.js @@ -91,11 +91,13 @@ class Layout extends Component {
{this.props.children}
-
- - - -
+ {!this.props.parentIsFallbackPage ? ( +
+ + + +
+ ) : null} ) : null} - + {!this.props.parentIsFallbackPage ? ( + + ) : null} {noScriptTag}