From 9040aa394bb1bcca852070f05c49b7646af7a9fb Mon Sep 17 00:00:00 2001 From: Damien Vitrac Date: Fri, 3 May 2024 08:24:17 +0200 Subject: [PATCH] feat: Hide banner --- src/components/common/layout/Layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/layout/Layout.js b/src/components/common/layout/Layout.js index 22d2b9f5..df454526 100644 --- a/src/components/common/layout/Layout.js +++ b/src/components/common/layout/Layout.js @@ -9,7 +9,7 @@ import Header from './Header' const Layout = ({ children, version, className }) => ( <>
-
+ {/*
SpringOne registration is open— @@ -17,7 +17,7 @@ const Layout = ({ children, version, className }) => ( {' '} ends June 11
-
+
*/}
{children}