mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Adding polygon hardfork warning banner (#1861)
This commit is contained in:
parent
8c379608a0
commit
c62abb66bc
@ -14,7 +14,7 @@
|
|||||||
"link": "/profile"
|
"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": {
|
"warning": {
|
||||||
"ctd": "Please note that Compute-to-Data is still in alpha phase."
|
"ctd": "Please note that Compute-to-Data is still in alpha phase."
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@ export default function App({
|
|||||||
return (
|
return (
|
||||||
<div className={styles.app}>
|
<div className={styles.app}>
|
||||||
{siteContent?.announcement !== '' && (
|
{siteContent?.announcement !== '' && (
|
||||||
<AnnouncementBanner text={siteContent?.announcement} />
|
<AnnouncementBanner text={siteContent?.announcement} state="warning" />
|
||||||
)}
|
)}
|
||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user