fix: correct node route path from /node to /nodes

This commit is contained in:
2025-11-14 16:20:26 +01:00
parent cf32cd081c
commit 3a656ef5e9
5 changed files with 7 additions and 7 deletions

View File

@@ -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 &rarr;
</a>
</div>