Skip to content

Commit

Permalink
refactor: update homepage button text
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Oct 19, 2023
1 parent 1bc6478 commit 7219c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/usage/installation">
Try It Out 🚀
Get Started 🚀
</Link>
</div>
</div>
Expand Down

0 comments on commit 7219c78

Please sign in to comment.