forked from emre/www_projectmycelium_com
fix: correct node route path from /node to /nodes
This commit is contained in:
@@ -27,7 +27,7 @@ export function Footer() {
|
||||
<Link to="/agents" className="text-sm text-gray-700 hover:text-cyan-500 transition-colors">
|
||||
Agents
|
||||
</Link>
|
||||
<Link to="/node" className="text-sm text-gray-700 hover:text-cyan-500 transition-colors">
|
||||
<Link to="/nodes" className="text-sm text-gray-700 hover:text-cyan-500 transition-colors">
|
||||
Node
|
||||
</Link>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user