Update Twitter links in config and headerComponent

This commit is contained in:
carlosrcoelho 2024-02-18 19:07:07 -03:00
commit b6a1989358
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -105,7 +105,7 @@ export default function Header(): JSX.Element {
<div className="header-github-display">{stars ?? 0}</div>
</a>
<a
href="https://twitter.com/logspace_ai"
href="https://twitter.com/langflow_ai"
target="_blank"
rel="noreferrer"
className="text-muted-foreground"