Skip to content

Commit

Permalink
update homepage text
Browse files Browse the repository at this point in the history
  • Loading branch information
victordibia committed Oct 11, 2024
1 parent 7ac8015 commit 201825d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ function HomepageHeader() {
</p>
</div>
<div className={styles.buttonWrapper}>
<Link className="button button--secondary button--lg" to="../dev">
<Link
className="button button--secondary button--lg"
to="/docs/Preview-v0.4"
>
Preview v0.4
</Link>
<p className={styles.buttonTagline}>
A new event-driven architecture for AutoGen
A new event driven architecture for AutoGen
</p>
</div>
</div>
Expand Down

0 comments on commit 201825d

Please sign in to comment.