Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tclxshunquan-wang committed Aug 22, 2024
1 parent f96afb0 commit 801368d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ function HomepageHeader() {
<div className={clsx(styles.buttons, 'my-4 gap-4')}>
<Link
className="button button--primary md:py-3 md:px-4 rounded-2xl dark:text-white"
to="/docs/intro/introducing"
to="/docs/getting-started"
>
Watch
</Link>
<Link
className="button button--danger md:py-3 md:px-4 rounded-2xl dark:text-white"
to="/docs/intro/introducing"
to="/docs/getting-started"
>
Get Started
</Link>
<Link
className="button button--warning md:py-3 md:px-4 rounded-2xl"
to="/docs/intro/introducing"
to="/docs/getting-started"
>
Donate
</Link>
Expand Down

0 comments on commit 801368d

Please sign in to comment.