Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnhamR authored Oct 30, 2023
1 parent 0c92709 commit 0b2ae30
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ function HomepageHeader() {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<!-- <h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Getting Started
</Link>
</div>-->

</div>
</header>
);
Expand Down

0 comments on commit 0b2ae30

Please sign in to comment.