Skip to content

Commit

Permalink
fix: link
Browse files Browse the repository at this point in the history
  • Loading branch information
Senna46 committed May 28, 2024
1 parent 57577d4 commit b9b124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="https://docs.sunriselayer.io" target="_blank">Learn</a>
</li>
<li aria-current={$page.url.pathname === '/build' ? 'page' : undefined}>
<a href="https://docs.sunriselayer.io/node/build-node" target="_blank">Build</a>
<a href="https://docs.sunriselayer.io/run-a-sunrise-node/networks" target="_blank">Build</a>
</li>
<!-- <li aria-current={$page.url.pathname === '/run-node' ? 'page' : undefined}>
<a href="/run-node">Run a Node</a>
Expand Down

0 comments on commit b9b124f

Please sign in to comment.