Skip to content

Commit

Permalink
Merge pull request #40 from ruyut/staging
Browse files Browse the repository at this point in the history
Fix incorrect link for 'Start Building' button
  • Loading branch information
katomm authored Apr 19, 2024
2 parents 92aba22 + 4f54f7c commit 5d74fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/WelcomeHero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function WelcomeHero({ title, description }) {
</Link>
<Link
className={clsx("button button--primary button--lg", styles.button)}
to="https://cardano.org/developer-portal"
to="/developers"
>
Start Building
</Link>
Expand Down

0 comments on commit 5d74fc0

Please sign in to comment.