Skip to content

Commit

Permalink
fix: twitter links
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Jan 3, 2025
1 parent 9083610 commit d79b8a0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GitHub contributors](https://img.shields.io/github/contributors/datafuselabs/databend-docs.svg)](https://github.com/datafuselabs/databend-docs/graphs/contributors)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/datafuselabs/databend-docs.svg)](https://github.com/datafuselabs/databend-docs/pulls)
[![GitHub issues](https://img.shields.io/github/issues/datafuselabs/databend-docs.svg)](https://github.com/datafuselabs/databend-docs/issues)
[![Twitter Follow](https://img.shields.io/twitter/follow/DatabendLabs?style=social)](https://twitter.com/DatabendLabs)
[![Twitter Follow](https://img.shields.io/twitter/follow/DatabendLabs?style=social)](https://x.com/DatabendLabs)
[![YouTube Channel](https://img.shields.io/badge/YouTube-Subscribe-red?style=flat&logo=youtube)](https://www.youtube.com/@DatabendLabs)

Welcome to the official documentation repository for Databend! We invite you to contribute and help improve the Databend Docs.
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/guides/90-community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ title: 社区

- **Slack**: [加入我们的频道](https://link.databend.com/join-slack) 进行实时讨论。
- **GitHub**: [访问我们的仓库](https://github.com/databendlabs/databend) 并帮助开发 Databend。
- **Twitter**: [关注我们](https://twitter.com/DatabendLabs) 获取更新和讨论。
- **Twitter**: [关注我们](https://x.com/DatabendLabs) 获取更新和讨论。
- **LinkedIn**: [连接](https://www.linkedin.com/company/datafuselabs) 进行网络交流和新闻。
- **YouTube**: [订阅](https://www.youtube.com/@DatabendLabs) 获取教程和亮点。
2 changes: 1 addition & 1 deletion docs/en/guides/90-community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Become part of our vibrant community, open to all data enthusiasts. Connect with

- **Slack**: [Join our channel](https://link.databend.com/join-slack) for real-time discussions.
- **GitHub**: [Visit our repository](https://github.com/databendlabs/databend) and help develop Databend.
- **Twitter**: [Follow us](https://twitter.com/DatabendLabs) for updates and discussions.
- **Twitter**: [Follow us](https://x.com/DatabendLabs) for updates and discussions.
- **LinkedIn**: [Connect](https://www.linkedin.com/company/datafuselabs) for networking and news.
- **YouTube**: [Subscribe](https://www.youtube.com/@DatabendLabs) for tutorials and highlights.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const config: Config = {
},
announcementBar: {
id: "announcementBar-2", // Increment on change
content: `⭐️ If you like Databend, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/datafuselabs/databend">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/DatabendLabs" >Twitter</a> ${TwitterSvg}`,
content: `⭐️ If you like Databend, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/datafuselabs/databend">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://x.com/DatabendLabs" >Twitter</a> ${TwitterSvg}`,
},
navbar: {
title: "Databend",
Expand Down Expand Up @@ -317,7 +317,7 @@ const config: Config = {
},
{
label: "Twitter",
href: "https://twitter.com/DatabendLabs",
href: "https://x.com/DatabendLabs",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"link.item.label.Twitter": {
"message": "Twitter",
"description": "The label of footer link with label=Twitter linking to https://twitter.com/DatabendLabs"
"description": "The label of footer link with label=Twitter linking to https://x.com/DatabendLabs"
},
"link.item.label.GitHub": {
"message": "GitHub",
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"link.item.label.Twitter": {
"message": "Twitter",
"description": "The label of footer link with label=Twitter linking to https://twitter.com/DatabendLabs"
"description": "The label of footer link with label=Twitter linking to https://x.com/DatabendLabs"
},
"copyright": {
"message": "Copyright © 2023 Datafuse Labs, Inc. Built with Docusaurus. <br><br> <img src=\"https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg\">",
Expand Down
2 changes: 1 addition & 1 deletion src/components/JoinCommunity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const JoinCommunity: FC<TProps> = ({
{
icon: <X />,
title: "Twitter",
link: "https://twitter.com/DatabendLabs",
link: "https://x.com/DatabendLabs",
},
{
icon: <YouTube />,
Expand Down

0 comments on commit d79b8a0

Please sign in to comment.