From b6a1989358e0507678f8f33948a7c63a84b48e77 Mon Sep 17 00:00:00 2001 From: carlosrcoelho Date: Sun, 18 Feb 2024 19:07:07 -0300 Subject: [PATCH 1/2] Update Twitter links in config and headerComponent --- docs/docusaurus.config.js | 2 +- src/frontend/src/components/headerComponent/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 538180ccd..430aebcb0 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -90,7 +90,7 @@ module.exports = { }, { position: "right", - href: "https://twitter.com/logspace_ai", + href: "https://twitter.com/langflow_ai", position: "right", className: "header-twitter-link", target: "_blank", diff --git a/src/frontend/src/components/headerComponent/index.tsx b/src/frontend/src/components/headerComponent/index.tsx index 77ac85c54..c379971f4 100644 --- a/src/frontend/src/components/headerComponent/index.tsx +++ b/src/frontend/src/components/headerComponent/index.tsx @@ -105,7 +105,7 @@ export default function Header(): JSX.Element {
{stars ?? 0}
Date: Sun, 18 Feb 2024 19:08:09 -0300 Subject: [PATCH 2/2] Update Langflow Twitter handle --- docs/docs/contributing/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/community.md b/docs/docs/contributing/community.md index fb18b1172..51016f508 100644 --- a/docs/docs/contributing/community.md +++ b/docs/docs/contributing/community.md @@ -12,7 +12,7 @@ ## 🐦 Stay tunned for **Langflow** on Twitter -Follow [@logspace_ai](https://twitter.com/logspace_ai) on **Twitter** to get the latest news about **Langflow**. +Follow [@logspace_ai](https://twitter.com/langflow_ai) on **Twitter** to get the latest news about **Langflow**. --- ## ⭐️ Star **Langflow** on GitHub