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 (
     <div className={styles.app}>
       {siteContent?.announcement !== '' && (
-        <AnnouncementBanner text={siteContent?.announcement} state="warning" />
+        <AnnouncementBanner text={siteContent?.announcement} />
       )}
       <Header />