From 4b1720c060b9a4a913c3612a26883933c13cd8e5 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 11 Jun 2021 10:30:31 +0200 Subject: [PATCH] Remove notice banner --- src/components/Layout.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index 1e7258d..eb52de5 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -8,7 +8,6 @@ class Layout extends Component { render() { return ( <> -
{this.props.children}