This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
commit 97d82b9a3d29c73d2b308a8faa0a4fc608167fc6 Author: Dianjin Wang <[email protected]> AuthorDate: Tue Dec 10 17:05:54 2024 +0800 Add LinkedIn to Community page --- src/consts/community.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/consts/community.tsx b/src/consts/community.tsx index 50eb3c1f..a69d90f5 100644 --- a/src/consts/community.tsx +++ b/src/consts/community.tsx @@ -196,6 +196,15 @@ let COMMUNITY_PAGE: CommunityPageConfig = { href: "https://youtube.com/@ApacheCloudberry", }, }, + { + title: "LinkedIn", + content: + "Stay connected with the latest updates by following our LikedIn page!", + link: { + text: "Follow now", + href: "https://www.linkedin.com/company/apache-cloudberry", + }, + }, ], }, ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
