File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export const marketingConfig: MarketingConfig = {
9
9
isDesktopOnly : true ,
10
10
} ,
11
11
{
12
- title : "Changelog " ,
13
- href : `${ siteConfig . links . github } /releases ` ,
12
+ title : "Demo " ,
13
+ href : `/chat ` ,
14
14
} ,
15
15
16
16
{
Original file line number Diff line number Diff line change @@ -34,9 +34,7 @@ import { marketingConfig } from "@/config/marketing";
34
34
</p >
35
35
36
36
<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 >
40
38
<a
41
39
href ={ siteConfig .links .github }
42
40
target =" _blank"
@@ -65,9 +63,7 @@ import { marketingConfig } from "@/config/marketing";
65
63
</div >
66
64
67
65
<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 >
71
67
<a
72
68
href ={ siteConfig .links .github }
73
69
target =" _blank"
You can’t perform that action at this time.
0 commit comments