Skip to content

Commit c0af0e3

Browse files
committed
Update logo
1 parent 4c31da4 commit c0af0e3

File tree

7 files changed

+148
-5
lines changed

7 files changed

+148
-5
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<p align="center">
2+
<a href="https://llmstack.ai"><img src="web/static/img/llmstack-logo-light-white-bg.svg" alt="LLMStack" width="500px"></a>
3+
</p>
4+
<p align="center">
5+
<em>LLMStack is a no-code platform for building generative AI applications, chatbots, agents and connecting them to your data and business processes.</em>
6+
</p>

web/docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ const config = {
5656
image:
5757
"https://storage.googleapis.com/trypromptly-static/static/images/opengraph.jpg",
5858
navbar: {
59-
title: "LLMStack",
59+
title: "",
6060
logo: {
6161
alt: "LLMStack",
62-
src: "img/logo.png",
62+
src: "img/llmstack-logo-light.svg",
63+
srcDark: "img/llmstack-logo-dark.svg",
6364
},
6465
items: [
6566
{

web/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export default function Home() {
3434
const { siteConfig } = useDocusaurusContext();
3535
return (
3636
<Layout
37-
title={`Hello from ${siteConfig.title}`}
38-
description="Description will go into a meta tag in <head />"
37+
title={`${siteConfig.title} | ${siteConfig.tagline}`}
38+
description="No-code platform to build generative AI apps, chatbots and agents with your data."
3939
>
4040
<HomepageHeader />
4141
<main>

web/static/img/llmstack-logo-dark.svg

Lines changed: 40 additions & 0 deletions
Loading
Lines changed: 50 additions & 0 deletions
Loading
Lines changed: 47 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)