add bounties link
This commit is contained in:
parent
69f65fc44e
commit
859bbde219
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue