forked from emre/www_projectmycelium_com
fix: correct node route path from /node to /nodes
This commit is contained in:
@@ -63,7 +63,7 @@ export function CallToAction() {
|
||||
Deploy in Cloud
|
||||
</Button>
|
||||
|
||||
<a href="/node" className="text-cyan-400 hover:text-cyan-300 transition-colors">
|
||||
<a href="/nodes" className="text-cyan-400 hover:text-cyan-300 transition-colors">
|
||||
Host a Node →
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ Use the network to link environments, deploy workloads, or host nodes to strengt
|
||||
Deploy in Cloud
|
||||
</Button>
|
||||
|
||||
<a href="/node" className="text-cyan-400 hover:text-cyan-300 transition-colors">
|
||||
<a href="/nodes" className="text-cyan-400 hover:text-cyan-300 transition-colors">
|
||||
Host a Node →
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user