This is an automated email from the ASF dual-hosted git repository.
yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3fa7284dc Added Twitter handle of DevLake on website's footer (#368)
3fa7284dc is described below
commit 3fa7284dc4393b7efaa02fd33585a0513a9595c5
Author: Aparna Soneja <[email protected]>
AuthorDate: Tue Jan 3 19:42:58 2023 +0530
Added Twitter handle of DevLake on website's footer (#368)
---
docusaurus.config.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 979bd284d..99a603570 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -252,6 +252,10 @@ const versions = require('./versions.json');
label: 'GitHub',
to: 'https://github.com/apache/incubator-devlake',
},
+ {
+ label: 'Twitter',
+ to: 'https://twitter.com/ApacheDevLake',
+ },
],
},
],