From 859bbde219f83652f8285cb4349be138c6e8f3b5 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Fri, 2 Jun 2023 19:12:50 +0100 Subject: [PATCH] add bounties link --- docusaurus.config.js | 4 ++++ sidebars.js | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index cfbe525..bfc9924 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -89,6 +89,10 @@ const config = { { label: "Watch Our Presentations", to: "/presentations" + }, + { + label: "Bug Bounties", + href: "https://hackenproof.com/status-dot-im/waku" } ] }, diff --git a/sidebars.js b/sidebars.js index 908175f..92432e5 100644 --- a/sidebars.js +++ b/sidebars.js @@ -48,7 +48,12 @@ const sidebars = { "powered-by-waku", "community", "contribute", - "presentations" + "presentations", + { + type: "link", + label: "Bug Bounties", + href: "https://hackenproof.com/status-dot-im/waku" + } ] };