Skip to content

Commit e80b9f2

Browse files
committed
Update announcement bar to MetaMask Office Hours
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.
1 parent 6725c24 commit e80b9f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ const config: Config = {
4343
},
4444
},
4545
announcementBar: {
46-
id: "web3auth_is_now_part_of_consensys",
46+
id: "metamask_office_hours",
4747
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>',
49+
isCloseable: true,
5050
},
5151
colorMode: {
5252
defaultMode: "dark",

0 commit comments

Comments
 (0)