Fix: CLI Social Links (#7601)
* Update social CLI links * Fix star emoji * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
050230cad1
commit
b39fdc5b7d
3 changed files with 24 additions and 25 deletions
|
|
@ -401,9 +401,8 @@ def print_banner(host: str, port: int, protocol: str) -> None:
|
|||
|
||||
title = f"[bold]Welcome to {styled_package_name}[/bold]\n"
|
||||
info_text = (
|
||||
"Collaborate and contribute: "
|
||||
":star2:[bold][link=https://github.com/langflow-ai/langflow]GitHub Repo[/link][/bold] • "
|
||||
":speech_balloon:[bold][link=https://discord.com/invite/EqksyE2EX9]Join Discord[/link][/bold]"
|
||||
":star2: GitHub: Star for updates → https://github.com/langflow-ai/langflow\n"
|
||||
":speech_balloon: Discord: Join for support → https://discord.com/invite/EqksyE2EX9"
|
||||
)
|
||||
telemetry_text = (
|
||||
"We collect anonymous usage data to improve Langflow.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue