Highlighting 'waku is not production ready'

Added an announcement bar that reflects the fact that existing waku network can't be used for production apps nor mission critical systems (involving economical value)
This commit is contained in:
Kumaraguru 2023-03-22 11:15:36 +05:30 committed by GitHub
parent 67061361dc
commit 4dffda6150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -59,6 +59,14 @@ const config = {
label: 'JavaScript (Browser)', label: 'JavaScript (Browser)',
}, },
], ],
},
announcementBar: {
id: "support_us",
content:
"Waku is not production ready yet. Join our <a href='https://discord.gg/Nrac59MfSX'>discord community</a> to stay updated.",
backgroundColor: "#EBEDF0",
textColor: "#1B1B1D",
isCloseable: true,
}, },
footer: { footer: {
links: [ links: [