remove annoucement (#1864)

* remove annoucement

* put back old message

* Update content/site.json

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
This commit is contained in:
mihaisc 2023-01-18 14:40:22 +02:00 committed by GitHub
parent d86c45f6bd
commit 83934301fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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."
}

View File

@ -23,7 +23,7 @@ export default function App({
return (
<div className={styles.app}>
{siteContent?.announcement !== '' && (
<AnnouncementBanner text={siteContent?.announcement} state="warning" />
<AnnouncementBanner text={siteContent?.announcement} />
)}
<Header />