Skip to content

Commit

Permalink
chore(docs): fix testnet link (#1658)
Browse files Browse the repository at this point in the history
fix testnet link

issue: none
  • Loading branch information
ttarsi authored Aug 6, 2024
1 parent ecabbdb commit 2e9b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/src/pages/testnet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function TestnetPage() {
<p>Learn how to stake <strong>$ETH</strong> and interact with the network</p>
</div>
<div className="start-box">
<a href="/develop/testnet/" className="start-box-link"></a>
<a href="/develop/testnet/resources" className="start-box-link"></a>
<div className='dot'></div>
<ThemedIcon />
<h3>Build</h3>
Expand Down

0 comments on commit 2e9b8ae

Please sign in to comment.