From c62abb66bc4aed50b50ebe8e7121a5a59d92fe51 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 17 Jan 2023 09:43:47 +0300 Subject: [PATCH] Adding polygon hardfork warning banner (#1861) --- content/site.json | 2 +- src/components/App/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/site.json b/content/site.json index 8772ac20c..19c095103 100644 --- a/content/site.json +++ b/content/site.json @@ -14,7 +14,7 @@ "link": "/profile" } ], - "announcement": "[Lock your OCEAN](https://df.oceandao.org/) to get veOCEAN, earn rewards and curate data.", + "announcement": "Polygon hardfork is happening 17 Jan 2023. There may be disruptions in the publishing and consuming of assets.", "warning": { "ctd": "Please note that Compute-to-Data is still in alpha phase." } diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index e9eb4580a..d5a13f745 100644 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -23,7 +23,7 @@ export default function App({ return (
{siteContent?.announcement !== '' && ( - + )}