refactor: update navigation links in CallToAction and NodeHero components

- Changed CallToAction "Join the Network" button from /network#download to /network
- Changed NodeHero "Explore Docs" button from #node-architecture anchor to external ThreeFold hosting FAQ link with target="_blank"
This commit is contained in:
2025-11-24 13:29:07 +01:00
parent 8e621c28b3
commit a22a8ddcc9
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ export function CallToAction() {
</P>
<div className="mt-10 flex flex-wrap justify-center items-center gap-x-6 gap-y-4">
<Button to="/network#download" variant="solid" color="cyan">
<Button to="/network" variant="solid" color="cyan">
Join the Network
</Button>

View File

@@ -40,7 +40,7 @@ export function NodeHero() {
>
How it works
</Button>
<Button to="#node-architecture" as="a" variant="outline">
<Button to="https://threefold.info/mycelium_economics/docs/faq/hosting_faq" as="a" variant="outline" target="_blank">
Explore Docs
</Button>
</div>