Skip to content

Commit

Permalink
docs: add View Live Demo button to document page
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 9, 2024
1 parent 4f6d830 commit 70207d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ function HomepageHeader() {
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>

<div className={styles.buttons}>
<div className="flex justify-center items-center gap-4 max-w-md mx-auto">
<Link
className="button button--secondary button--lg"
className="button button--secondary button--md flex-1"
to="https://links.tabbyml.com/live-demo">
View Live Demo 🚀
</Link>
<Link
className="button button--primary border-neutral-800 bg-neutral-800 flex-1 hover:opacity-[0.85]"
to="/docs/getting-started">
Tutorial - 5min ⏱️
</Link>
Expand Down

0 comments on commit 70207d0

Please sign in to comment.