Skip to content

Commit

Permalink
chore: change the get start url
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 27, 2024
1 parent e64f76c commit 08bf9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function HomepageHeader() {
tools and features into their projects.
</p>
<div className={styles.main_docs__get_started_container}>
<a href={'https://cslant.com'} className={styles.main_docs__get_started}>Get Started</a>
<a href={'/laravel-like'} className={styles.main_docs__get_started}>Get Started</a>
</div>
</div>
<div className={styles.main_docs__image_container}>
Expand Down

0 comments on commit 08bf9b7

Please sign in to comment.