Skip to content

Commit f605223

Browse files
authoredJun 9, 2024··
Chat Demo on homepage (#272)
1 parent 4cf99df commit f605223

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
 

‎apps/www/src/config/marketing.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const marketingConfig: MarketingConfig = {
99
isDesktopOnly: true,
1010
},
1111
{
12-
title: "Changelog",
13-
href: `${siteConfig.links.github}/releases`,
12+
title: "Demo",
13+
href: `/chat`,
1414
},
1515

1616
{

‎apps/www/src/pages/index.astro

+2-6
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ import { marketingConfig } from "@/config/marketing";
3434
</p>
3535

3636
<div class="flex justify-center space-x-2 md:space-x-4">
37-
<a href="/docs" class={cn(buttonVariants({ size: "lg" }))}>
38-
Get Started
39-
</a>
37+
<a href="/chat" class={cn(buttonVariants({ size: "lg" }))}>Demo</a>
4038
<a
4139
href={siteConfig.links.github}
4240
target="_blank"
@@ -65,9 +63,7 @@ import { marketingConfig } from "@/config/marketing";
6563
</div>
6664

6765
<div class="flex justify-center space-x-2 md:space-x-4">
68-
<a href="/docs" class={cn(buttonVariants({ size: "lg" }))}>
69-
Get Started
70-
</a>
66+
<a href="/chat" class={cn(buttonVariants({ size: "lg" }))}> Demo </a>
7167
<a
7268
href={siteConfig.links.github}
7369
target="_blank"

0 commit comments

Comments
 (0)
Please sign in to comment.