Skip to content

Commit a27826c

Browse files
committed
update fav icons
1 parent 761a641 commit a27826c

File tree

5 files changed

+30
-15
lines changed

5 files changed

+30
-15
lines changed

packages/ui/index.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Flowise - Low-code LLM apps builder</title>
4+
<title>Flowise - Build AI Agents, Visually</title>
55
<link rel="icon" href="favicon.ico" />
66
<!-- Meta Tags-->
77
<meta charset="utf-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
<meta name="theme-color" content="#2296f3" />
10-
<meta name="title" content="Flowise - Low-code LLM apps builder" />
11-
<meta name="description" content="Drag & drop UI to build your customized LLM flow" />
10+
<meta name="title" content="Flowise - Build AI Agents, Visually" />
11+
<meta
12+
name="description"
13+
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
14+
/>
1215
<meta name="keywords" content="react, material-ui, workflow automation, llm, artificial-intelligence" />
1316
<meta name="author" content="FlowiseAI" />
1417
<!-- Open Graph / Facebook -->
1518
<meta property="og:locale" content="en_US" />
1619
<meta property="og:type" content="website" />
1720
<meta property="og:url" content="https://flowiseai.com/" />
1821
<meta property="og:site_name" content="flowiseai.com" />
19-
<meta property="og:title" content="Flowise - Low-code LLM apps builder" />
20-
<meta property="og:description" content="Drag & drop UI to build your customized LLM flow" />
22+
<meta property="og:title" content="Flowise - Build AI Agents, Visually" />
23+
<meta
24+
property="og:description"
25+
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
26+
/>
2127
<!-- Twitter -->
2228
<meta property="twitter:card" content="summary_large_image" />
2329
<meta property="twitter:url" content="https://twitter.com/FlowiseAI" />
24-
<meta property="twitter:title" content="Flowise - Low-code LLM apps builder" />
25-
<meta property="twitter:description" content="Drag & drop UI to build your customized LLM flow" />
30+
<meta property="twitter:title" content="Flowise - Build AI Agents, Visually" />
31+
<meta
32+
property="twitter:description"
33+
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
34+
/>
2635
<meta name="twitter:creator" content="@FlowiseAI" />
2736

2837
<link rel="preconnect" href="https://fonts.gstatic.com" />

packages/ui/public/favicon-16x16.png

463 Bytes
Loading

packages/ui/public/favicon-32x32.png

1.27 KB
Loading

packages/ui/public/favicon.ico

0 Bytes
Binary file not shown.

packages/ui/public/index.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Flowise - Low-code LLM apps builder</title>
4+
<title>Flowise - Build AI Agents, Visually</title>
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<!-- Meta Tags-->
77
<meta charset="utf-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
<meta name="theme-color" content="#2296f3" />
10-
<meta name="title" content="Flowise - Low-code LLM apps builder" />
11-
<meta name="description" content="Flowise helps you to better integrate Web3 with existing Web2 applications" />
12-
<meta name="keywords" content="react, material-ui, reactjs, reactjs, workflow automation, web3, web2, blockchain" />
10+
<meta name="title" content="Flowise - Build AI Agents, Visually" />
11+
<meta
12+
name="description"
13+
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
14+
/>
15+
<meta
16+
name="keywords"
17+
content="react, material-ui, reactjs, reactjs, workflow automation, generative AI, AI agents, LLM orchestration"
18+
/>
1319
<meta name="author" content="CodedThemes" />
1420
<!-- Open Graph / Facebook -->
1521
<meta property="og:locale" content="en_US" />
1622
<meta property="og:type" content="website" />
1723
<meta property="og:url" content="https://flowiseai.com/" />
1824
<meta property="og:site_name" content="flowiseai.com" />
1925
<meta property="article:publisher" content="https://www.facebook.com/codedthemes" />
20-
<meta property="og:title" content="Flowise - Low-code LLM apps builder" />
26+
<meta property="og:title" content="Flowise - Build AI Agents, Visually" />
2127
<meta
2228
property="og:description"
23-
content="Build customized LLM orchestration flow & agents, enable quick iterations from testing to production"
29+
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
2430
/>
2531
<meta property="og:image" content="https://flowiseai.com/og-image/og-facebook.png" />
2632
<!-- Twitter -->
2733
<meta property="twitter:card" content="summary_large_image" />
2834
<meta property="twitter:url" content="https://flowiseai.com" />
29-
<meta property="twitter:title" content="Flowise - Low-code LLM apps builder" />
35+
<meta property="twitter:title" content="Flowise - Build AI Agents, Visually" />
3036
<meta
3137
property="twitter:description"
32-
content="Build customized LLM orchestration flow & agents, enable quick iterations from testing to production"
38+
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
3339
/>
3440
<meta property="twitter:image" content="https://flowiseai.com/og-image/og-twitter.png" />
3541
<meta name="twitter:creator" content="@codedthemes" />

0 commit comments

Comments
 (0)