Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/landing/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,12 @@ export function LandingPage() {
>
Browse Docs
</Link>
<Link
href="/playground"
className="inline-flex h-9 w-full items-center justify-center border border-border bg-background px-4 text-sm font-medium text-foreground transition-colors hover:bg-accent"
>
Playground
</Link>
<a
href={siteConfig.github}
target="_blank"
Expand Down
Loading