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. + //

+ //
+ // ); }