From aa4ed1fc32fae7b608cad86b67267b7d461003d4 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Fri, 18 Feb 2022 12:27:40 +0100 Subject: [PATCH] update call to action for contributions --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 026917b58f..7edcda8532 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -39,7 +39,7 @@ module.exports = { announcementBar: { id: 'help_with_docs', // Any value that will identify this message. content: - 'Help us make it better., .', + 'Help us make this documentation better. Edit on github..', backgroundColor: '#fff', // Defaults to `#fff`. textColor: '#000', // Defaults to `#000`. },