Skip to content

Commit 046b8f1

Browse files
committed
Drop buttons from landing page
The docs/ does not contain much and FAQs are not really up-to-date. No need to direct people there.
1 parent b7309df commit 046b8f1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

site/src/pages/index.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ function HomepageHeader() {
2020
{siteConfig.title}
2121
</Heading>
2222
<p className="hero__subtitle">{siteConfig.tagline}</p>
23-
<div className={styles.buttons}>
24-
<Link
25-
className="button button--secondary button--lg margin-right--md"
26-
to="/docs/overview"
27-
>
28-
Start here 🚀
29-
</Link>
30-
<Link
31-
className="button button--secondary button--lg"
32-
to="/docs/faq"
33-
>
34-
FAQs 💭
35-
</Link>
36-
</div>
3723
</div>
3824
</header>
3925
</>

0 commit comments

Comments
 (0)