add bounties link

This commit is contained in:
LordGhostX 2023-06-02 19:12:50 +01:00
parent 69f65fc44e
commit 859bbde219
No known key found for this signature in database
GPG Key ID: 520CC5DC4F94FCC7
2 changed files with 10 additions and 1 deletions

View File

@ -89,6 +89,10 @@ const config = {
{ {
label: "Watch Our Presentations", label: "Watch Our Presentations",
to: "/presentations" to: "/presentations"
},
{
label: "Bug Bounties",
href: "https://hackenproof.com/status-dot-im/waku"
} }
] ]
}, },

View File

@ -48,7 +48,12 @@ const sidebars = {
"powered-by-waku", "powered-by-waku",
"community", "community",
"contribute", "contribute",
"presentations" "presentations",
{
type: "link",
label: "Bug Bounties",
href: "https://hackenproof.com/status-dot-im/waku"
}
] ]
}; };