Skip to content

Commit

Permalink
chore: hide eth wallets (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Oct 9, 2024
1 parent 58f0de8 commit a29efbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 88 deletions.
80 changes: 0 additions & 80 deletions blog/2024-11-07.md

This file was deleted.

16 changes: 8 additions & 8 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ const config = {
],
themeConfig: {
image: 'docs/assets/welcome-pages/protocol.png',
announcementBar: {
id: 'id-0008',
content:
'🎉 Ethereum Wallets are here! Read more in our <a href="/blog/hello-ethereum-wallets">blogpost</a> and check our <a href="/tools/ethereum-wallets">tutorial to update your app</a> 🎉',
backgroundColor: '#fcfbfa',
textColor: '#333',
isCloseable: true,
},
// announcementBar: {
// id: 'id-0008',
// content:
// '🎉 Ethereum Wallets are here! Read more in our <a href="/blog/hello-ethereum-wallets">blogpost</a> and check our <a href="/tools/ethereum-wallets">tutorial to update your app</a> 🎉',
// backgroundColor: '#fcfbfa',
// textColor: '#333',
// isCloseable: true,
// },
prism: {
additionalLanguages: [
'rust',
Expand Down

0 comments on commit a29efbf

Please sign in to comment.