Skip to content

Commit

Permalink
Chat Demo on homepage (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill authored Jun 9, 2024
1 parent 4cf99df commit f605223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/www/src/config/marketing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const marketingConfig: MarketingConfig = {
isDesktopOnly: true,
},
{
title: "Changelog",
href: `${siteConfig.links.github}/releases`,
title: "Demo",
href: `/chat`,
},

{
Expand Down
8 changes: 2 additions & 6 deletions apps/www/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ import { marketingConfig } from "@/config/marketing";
</p>

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

<div class="flex justify-center space-x-2 md:space-x-4">
<a href="/docs" class={cn(buttonVariants({ size: "lg" }))}>
Get Started
</a>
<a href="/chat" class={cn(buttonVariants({ size: "lg" }))}> Demo </a>
<a
href={siteConfig.links.github}
target="_blank"
Expand Down

0 comments on commit f605223

Please sign in to comment.