1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Revert "Merge branch 'main' into orbis"

This reverts commit 3cdaf54827, reversing
changes made to 02f2acb774.
This commit is contained in:
Marco Elissa 2023-01-25 16:31:01 +07:00
parent 3cdaf54827
commit a5a32b1534
2 changed files with 2 additions and 2 deletions

View File

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

View File

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