From dd0f40b945910ea6cf41ba953ad1b6681a38c4be Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 28 Jul 2020 14:03:08 +0200 Subject: [PATCH] drop 1.5.0 message --- .../StickyTopMessage/StickyTopMessage.js | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/components/StickyTopMessage/StickyTopMessage.js b/src/components/StickyTopMessage/StickyTopMessage.js index ddf5513e..1e7ea57d 100644 --- a/src/components/StickyTopMessage/StickyTopMessage.js +++ b/src/components/StickyTopMessage/StickyTopMessage.js @@ -1,13 +1,14 @@ -import React from "react"; -import "./StickyTopMessage.scss"; +// import React from "react"; +// import "./StickyTopMessage.scss"; export default function StickyTopMessage() { - return ( -
-

- We are working on improved performance as part of the upcoming Sia v1.5.0 release. In the meantime, you can try - other webportals listed at the bottom. -

-
- ); + return null; // returns nothing, uncomment when we need a new message + // return ( + //
+ //

+ // We are working on improved performance as part of the upcoming Sia v1.5.0 release. In the meantime, you can try + // other webportals listed at the bottom. + //

+ //
+ // ); }