Skip to content

Commit b4da28d

Browse files
committed
chore: removed unused components and broken links
1 parent 9d3a63b commit b4da28d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import clsx from "clsx";
33
import Link from "@docusaurus/Link";
44
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
55
import Layout from "@theme/Layout";
6-
import HomepageFeatures from "@site/src/components/HomepageFeatures";
76
import Heading from "@theme/Heading";
87

98
import styles from "./index.module.css";
@@ -18,10 +17,7 @@ function HomepageHeader() {
1817
</Heading>
1918
<p className="hero__subtitle">{siteConfig.tagline}</p>
2019
<div className={styles.buttons}>
21-
<Link
22-
className="button button--secondary button--lg"
23-
to="/docs/intro"
24-
>
20+
<Link className="button button--secondary button--lg" to="/docs">
2521
Intro to Blacksky - 5 min
2622
</Link>
2723
</div>

0 commit comments

Comments
 (0)