You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed the announcement bar to promote MetaMask Office Hours instead of the Web3Auth ConsenSys announcement. The bar is now closeable and includes a new link and message.
Copy file name to clipboardExpand all lines: docusaurus.config.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ const config: Config = {
43
43
},
44
44
},
45
45
announcementBar: {
46
-
id: "web3auth_is_now_part_of_consensys",
46
+
id: "metamask_office_hours",
47
47
content:
48
-
'<a href="https://blog.web3auth.io/web3auth-is-now-part-of-consensys/" target="_blank">Web3Auth is now a part of ConsenSys!</a>',
49
-
isCloseable: false,
48
+
'<a href="https://web3auth.io/community/t/web3auth-developer-office-hours/8777" target="_blank">Stuck somewhere in the integration? Join the biweekly MetaMask Office Hours →</a>',
0 commit comments