Skip to content

Commit 0d19404

Browse files
committed
Fix incorrect target
1 parent 1e9d89b commit 0d19404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/introduction">
22+
to="/category/course-overview">
2323
Start Your First Lesson - 5min ⏱️
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)