From 83934301fb85deb0217faa1f429109bff6bf702e Mon Sep 17 00:00:00 2001 From: mihaisc Date: Wed, 18 Jan 2023 14:40:22 +0200 Subject: [PATCH] remove annoucement (#1864) * remove annoucement * put back old message * Update content/site.json Co-authored-by: Bogdan Fazakas Co-authored-by: Bogdan Fazakas --- 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 19c095103..8772ac20c 100644 --- a/content/site.json +++ b/content/site.json @@ -14,7 +14,7 @@ "link": "/profile" } ], - "announcement": "Polygon hardfork is happening 17 Jan 2023. There may be disruptions in the publishing and consuming of assets.", + "announcement": "[Lock your OCEAN](https://df.oceandao.org/) to get veOCEAN, earn rewards and curate data.", "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 d5a13f745..e9eb4580a 100644 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -23,7 +23,7 @@ export default function App({ return (
{siteContent?.announcement !== '' && ( - + )}