Skip to content

Commit

Permalink
removed home page button
Browse files Browse the repository at this point in the history
  • Loading branch information
amiable-dev committed May 20, 2024
1 parent df7b005 commit f3574c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ function HomepageHeader() {
{siteConfig.title}
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
</Link>
</div>
</div>
</header>
);
Expand Down

0 comments on commit f3574c3

Please sign in to comment.