mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
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:
parent
d86c45f6bd
commit
83934301fb
@ -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."
|
||||
}
|
||||
|
@ -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 />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user